lcore.org gitweb
/
lcore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e6290c8
)
use rm -f in clean target
author
plugwash
<plugwash@p10link.net>
Sun, 6 Nov 2011 22:45:21 +0000
(22:45 +0000)
committer
plugwash
<plugwash@p10link.net>
Sun, 6 Nov 2011 22:45:21 +0000
(22:45 +0000)
git-svn-id: file:///svnroot/lcore/trunk@104
b1de8a11
-f9be-4011-bde0-
cc7ace90066a
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2d700694a6116db461347deb863ad72828a19311..604864d4fd2062bb42e56d927b0af2bdd1aefe3c 100755
(executable)
--- 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