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

diff --git a/Makefile b/Makefile
index 2ac49d3..2d70069 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
 all: lcoretest
 
+nomessages:
+	fpc -Sd -gl -dipv6 -dnomessages lcoretest.dpr
+
 lcoretest: *.pas *.inc lcoretest.dpr
-	fpc -Sd -dipv6 lcoretest.dpr
+	fpc -Sd -gl -dipv6 lcoretest.dpr
 	
 clean:
 	-rm *.o