dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
vlp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f5a535
)
Remove *.o files on clean
author
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Thu, 28 Jan 2016 22:01:20 +0000
(23:01 +0100)
committer
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Thu, 28 Jan 2016 22:01:20 +0000
(23:01 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 566e1c97e596b166841fe173b524c96814cf7f44..a47ee0d06130b4ff3ea781528d2343b84814c4ba 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-277,6
+277,7
@@
clean-am: \
rm -rf bin/compile
rm -rf bin/examp
rm -f bin/vlp.cfg
+ find ./ -name *.o -exec rm {} \;
CLEANFILES = \
%.o \