Updated makefile.
authorplugd <plugd@thelambdalab.xyz>
Sat, 28 Dec 2019 13:28:47 +0000 (00:28 +1100)
committerplugd <plugd@thelambdalab.xyz>
Sat, 28 Dec 2019 13:28:47 +0000 (00:28 +1100)
.gitignore
Makefile

index 245fdd7..75d9d6e 100644 (file)
@@ -1,3 +1,11 @@
-icws94.txt
+# Executables
 koth
-*.import.scm
\ No newline at end of file
+run-mars
+
+# Libraries
+*.so
+*.import.scm
+
+# Other cruft
+icws94.txt
+hill
\ No newline at end of file
index 3297fa5..883a6b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
 %.so : %.scm
-       csc -s $<
+       csc -s $< -J
 
 run-mars: run-mars.scm mars.so parser.so visualizer.so
        csc run-mars.scm
 
+clean:
+       rm run-mars *.so
+
 all: run-mars