The Lambda Lab
/
projects
/
jars.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6877c23
)
Updated makefile.
author
plugd
<plugd@thelambdalab.xyz>
Sat, 28 Dec 2019 13:28:47 +0000
(
00:28
+1100)
committer
plugd
<plugd@thelambdalab.xyz>
Sat, 28 Dec 2019 13:28:47 +0000
(
00:28
+1100)
.gitignore
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
245fdd7
..
75d9d6e
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-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
diff --git
a/Makefile
b/Makefile
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