diff options
author | Leo Tenenbaum <leo@localhost.localdomain> | 2016-01-11 20:27:31 -0500 |
---|---|---|
committer | Leo Tenenbaum <leo@localhost.localdomain> | 2016-01-11 20:27:31 -0500 |
commit | c3afbe13e0938ffd21ce0d06dea0f9d6b4b75f69 (patch) | |
tree | 46e00ce324711717e0e4b8c455af2be5952fa826 /source/Makefile |
Created cOok
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 |