From: plugd Date: Mon, 11 May 2020 12:48:24 +0000 (+0200) Subject: Updated makefile. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=jars.git;a=commitdiff_plain;h=d040fca6113681ee54370453c42c52ae1f2a9064 Updated makefile. --- diff --git a/Makefile b/Makefile index 33627ed..d0bc8af 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ koth : koth.scm mars.so parser.so csc koth.scm clean : - rm koth run-mars *.so + rm -f koth run-mars *.so *.link *.import.scm *.o # Cross-compile static executable koth_linux: