diff options
Diffstat (limited to 'source/Makefile')
-rw-r--r-- | source/Makefile | 6 |
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 |