Updated makefile.
[jars.git] / 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: