projects
/
iserv-mod-room-reservation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
aa1cf6a
)
make clean tests existence before deleting files
author
Roland Hieber
<devnull@localhost>
Thu, 22 Oct 2009 22:51:06 +0000
(
00:51
+0200)
committer
Roland Hieber
<devnull@localhost>
Thu, 22 Oct 2009 22:51:06 +0000
(
00:51
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
3c4bd8a
..
f61f840
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-128,7
+128,7
@@
uninstall:
# clean up
clean: distclean
# clean up
clean: distclean
- rm Doxyfile
+
[ -e Doxyfile ] &&
rm Doxyfile
distclean:
$(RM) doc/source
distclean:
$(RM) doc/source
This page took
0.024716 seconds
and
4
git commands to generate.