X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/d53fe26eaac895d1e7a0ba2b2b8965cf77932de8..14e470582b4a0ca5567239c1910f7513b2cfbaa1:/Makefile 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)