secondlistener
[lcore.git] / Makefile
index 2926076647d5fee6a98caf5c3b750f55e391e9a2..2ac49d3cb9ee315579694ebb8d0c97e9064a3e42 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -1,23 +1,23 @@
-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
+lcoretest: *.pas *.inc lcoretest.dpr\r
+       fpc -Sd -dipv6 lcoretest.dpr\r
+       \r
+clean:\r
+       -rm *.o\r
+       -rm *.ppu\r
+       -rm *.exe\r
+       -rm *.dcu\r
+       -rm 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