diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-03-25 06:02:43 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-03-25 06:02:43 -0300 |
commit | 8a4694de398cbcfc1f058daf75065da492f9eea6 (patch) | |
tree | acdb4631ce87836286be45b8bfeeff9fdad74786 /Makefile | |
download | jet-8a4694de398cbcfc1f058daf75065da492f9eea6.tar.gz jet-8a4694de398cbcfc1f058daf75065da492f9eea6.zip |
Go! Go! Go!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |