X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/d53fe26eaac895d1e7a0ba2b2b8965cf77932de8..a0c30435e596b1c65a89113c1bbcef1320876336:/Makefile?ds=inline

diff --git a/Makefile b/Makefile
index 4bf4bdd..604864d 100755
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,17 @@
 all: lcoretest
 
+nomessages:
+	fpc -Sd -gl -dipv6 -dnomessages lcoretest.dpr
+
 lcoretest: *.pas *.inc lcoretest.dpr
 	fpc -Sd -gl -dipv6 lcoretest.dpr
 	
 clean:
-	-rm *.o
-	-rm *.ppu
-	-rm *.exe
-	-rm *.dcu
-	-rm lcoretest
+	-rm -f *.o
+	-rm -f *.ppu
+	-rm -f *.exe
+	-rm -f *.dcu
+	-rm -f lcoretest
 
 date := $(shell date +%Y%m%d)