aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/Makefile
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-07-26 19:25:41 +0200
committerMicael Karlberg <[email protected]>2011-07-26 19:25:41 +0200
commitcf48785f58fa88f99c658711fb16c50e0e614008 (patch)
treeff746f538ed21eb2a3026727aa91bea6abfd7cef /lib/snmp/Makefile
parentca2408cf15b9a306a5920cffcef8ad091194c2d3 (diff)
parent4ed9eabf91e2920e52596e134d2b1ccad8724007 (diff)
downloadotp-cf48785f58fa88f99c658711fb16c50e0e614008.tar.gz
otp-cf48785f58fa88f99c658711fb16c50e0e614008.tar.bz2
otp-cf48785f58fa88f99c658711fb16c50e0e614008.zip
Merge branch 'dev' into major
Diffstat (limited to 'lib/snmp/Makefile')
-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