From: plugd Date: Sat, 28 Dec 2019 13:28:47 +0000 (+1100) Subject: Updated makefile. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=jars.git;a=commitdiff_plain;h=1851621db01a8638a496b94cff250f58feb1e13b Updated makefile. --- diff --git a/.gitignore b/.gitignore index 245fdd7..75d9d6e 100644 --- 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 --- 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