lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed incorrect executable status from files
[lcore.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
old mode 100755
(executable)
new mode 100644
(file)
index
2d70069
..
604864d
--- a/
Makefile
+++ b/
Makefile
@@
-7,11
+7,11
@@
lcoretest: *.pas *.inc lcoretest.dpr
fpc -Sd -gl -dipv6 lcoretest.dpr
\r
\r
clean:
\r
- -rm *.o
\r
- -rm *.ppu
\r
- -rm *.exe
\r
- -rm *.dcu
\r
- -rm lcoretest
\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