aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-06-14 18:05:52 +0200
committerMicael Karlberg <[email protected]>2011-07-12 11:22:17 +0200
commit202c1ab21560e095bc3f5f28028f4a4af6d73cc6 (patch)
tree63317efca659ae2c5224f5ce7dcdfe8a6fcae509
parent9a2b2a07bf1dc9bf054612ab4baf3bfbb5f5b859 (diff)
downloadotp-202c1ab21560e095bc3f5f28028f4a4af6d73cc6.tar.gz
otp-202c1ab21560e095bc3f5f28028f4a4af6d73cc6.tar.bz2
otp-202c1ab21560e095bc3f5f28028f4a4af6d73cc6.zip
Utility make target for cleanig the repo...
-rw-r--r--lib/snmp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/snmp/Makefile b/lib/snmp/Makefile
index 20e3d4692a..c55eff04c6 100644
--- a/lib/snmp/Makefile
+++ b/lib/snmp/Makefile
@@ -67,7 +67,7 @@ do_configure: configure
configure: configure.in
autoconf
-.PHONY: info
+.PHONY: info gclean
info:
@echo "OS: $(OS)"
@@ -76,6 +76,9 @@ info:
@echo "SNMP_VSN: $(SNMP_VSN)"
@echo "APP_VSN: $(APP_VSN)"
+gclean:
+ git clean -fXd
+
# ----------------------------------------------------
# Application (source) release targets