From d040fca6113681ee54370453c42c52ae1f2a9064 Mon Sep 17 00:00:00 2001 From: plugd Date: Mon, 11 May 2020 14:48:24 +0200 Subject: [PATCH] Updated makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.20.1