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