X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/d53fe26eaac895d1e7a0ba2b2b8965cf77932de8..refs/heads/delphi2010:/Makefile?ds=inline

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