summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2020-03-25 06:02:43 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2020-03-25 06:02:43 -0300
commit8a4694de398cbcfc1f058daf75065da492f9eea6 (patch)
treeacdb4631ce87836286be45b8bfeeff9fdad74786 /Makefile
downloadjet-8a4694de398cbcfc1f058daf75065da492f9eea6.tar.gz
jet-8a4694de398cbcfc1f058daf75065da492f9eea6.zip
Go! Go! Go!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e2197f6
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+jet: Makefile *.c
+ gcc -ggdb -O0 -fno-builtin -Wall -lcurses jet.c -o jet