projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10baa49
)
added gitclean and gitcleanf to Makefile, insures local copy matches what is being...
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Thu, 21 Aug 2008 23:11:18 +0000
(19:11 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Thu, 21 Aug 2008 23:11:18 +0000
(19:11 -0400)
src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
b45814a
..
65787c3
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-114,6
+114,16
@@
distclean: clean
${Q1}echo "CLEAN: tags prof gmon.out"
${Q2}rm -f tags prof gmon.out
+.PHONY: gitclean
+gitclean:
+ ${Q1}echo "git-clean: show, use gitcleanf to force"
+ ${Q2}cd ..; git clean -nxd
+
+.PHONY: gitcleanf
+gitcleanf:
+ ${Q1}echo "git-clean: forced"
+ ${Q2}cd ..; git clean -fxd
+
tags: ${SRCS}
ctags $^