X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/d53fe26eaac895d1e7a0ba2b2b8965cf77932de8..1066f857936e27fbf24d6b96b5be7703a2c0b0bf:/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