summaryrefslogtreecommitdiff
path: root/source/Makefile
diff options
context:
space:
mode:
authorLeo Tenenbaum <leo@localhost.localdomain>2016-01-11 20:27:31 -0500
committerLeo Tenenbaum <leo@localhost.localdomain>2016-01-11 20:27:31 -0500
commitc3afbe13e0938ffd21ce0d06dea0f9d6b4b75f69 (patch)
tree46e00ce324711717e0e4b8c455af2be5952fa826 /source/Makefile
Created cOok
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
new file mode 100644
index 0000000..dbc7162
--- /dev/null
+++ b/source/Makefile
@@ -0,0 +1,6 @@
+CC=gcc
+
+default: cook
+
+cook: main.c ook2bf.c bfcompiler.c
+ $(CC) -o cook main.c