X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/987e8123d8ba3201ed2690004cfefd7983ff7487..fb5326037eba3c03fc24b645811e2e460365e8b9:/Makefile diff --git a/Makefile b/Makefile index 2d70069..604864d 100755 --- a/Makefile +++ b/Makefile @@ -7,11 +7,11 @@ 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)