Updated makefile.
authorplugd <plugd@thelambdalab.xyz>
Mon, 11 May 2020 12:48:24 +0000 (14:48 +0200)
committerplugd <plugd@thelambdalab.xyz>
Mon, 11 May 2020 12:48:24 +0000 (14:48 +0200)
Makefile

index 33627ed..d0bc8af 100644 (file)
--- 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: