diff options
author | dan <[email protected]> | 2023-02-27 11:04:35 -0500 |
---|---|---|
committer | dan <[email protected]> | 2023-02-27 11:04:35 -0500 |
commit | 37db988e1aa49411e6000df64220aeebf8c4a198 (patch) | |
tree | 3b4b3cd836d052c65bca8b1c86938451887d6755 /makefile | |
download | 54-37db988e1aa49411e6000df64220aeebf8c4a198.tar.gz 54-37db988e1aa49411e6000df64220aeebf8c4a198.tar.bz2 54-37db988e1aa49411e6000df64220aeebf8c4a198.zip |
init
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..af9f79d --- /dev/null +++ b/makefile @@ -0,0 +1,2 @@ +build: ./main.scm + chicken-csc ./main.scm |