X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/d53fe26eaac895d1e7a0ba2b2b8965cf77932de8..44dc132f5dc6ced75e4225826b4eb0dda63392ab:/Makefile diff --git a/Makefile b/Makefile index 4bf4bdd..2d70069 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ all: lcoretest +nomessages: + fpc -Sd -gl -dipv6 -dnomessages lcoretest.dpr + lcoretest: *.pas *.inc lcoretest.dpr fpc -Sd -gl -dipv6 lcoretest.dpr