removed incorrect executable status from files
[lcore.git] / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index 2926076..604864d
--- a/Makefile
+++ b/Makefile
@@ -1,23 +1,26 @@
-all: lcoretest
-
-lcoretest: *.pas *.inc lcoretest.dpr
-       fpc -Sd -dipv6 lcoretest.dpr
-       
-clean:
-       -rm *.o
-       -rm *.ppu
-       -rm *.exe
-       -rm *.dcu
-       -rm lcoretest
-
-date := $(shell date +%Y%m%d)
-
-zip:
-       mkdir -p lcorewin32_$(date)
-       cp -a *.pas lcorewin32_$(date)
-       cp -a *.inc lcorewin32_$(date)
-       cp -a *.dpr lcorewin32_$(date)
-       cp -a Makefile lcorewin32_$(date)
-       -rm ../lcorewin32_$(date).zip
-       zip -r ../lcorewin32_$(date).zip lcorewin32_$(date)
+all: lcoretest\r
+\r
+nomessages:\r
+       fpc -Sd -gl -dipv6 -dnomessages lcoretest.dpr\r
+\r
+lcoretest: *.pas *.inc lcoretest.dpr\r
+       fpc -Sd -gl -dipv6 lcoretest.dpr\r
+       \r
+clean:\r
+       -rm -f *.o\r
+       -rm -f *.ppu\r
+       -rm -f *.exe\r
+       -rm -f *.dcu\r
+       -rm -f lcoretest\r
+\r
+date := $(shell date +%Y%m%d)\r
+\r
+zip:\r
+       mkdir -p lcorewin32_$(date)\r
+       cp -a *.pas lcorewin32_$(date)\r
+       cp -a *.inc lcorewin32_$(date)\r
+       cp -a *.dpr lcorewin32_$(date)\r
+       cp -a Makefile lcorewin32_$(date)\r
+       -rm ../lcorewin32_$(date).zip\r
+       zip -r ../lcorewin32_$(date).zip lcorewin32_$(date)\r
        rm -rf lcorewin32_$(date)
\ No newline at end of file