diff options
author | Micael Karlberg <[email protected]> | 2011-07-26 19:25:41 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-07-26 19:25:41 +0200 |
commit | cf48785f58fa88f99c658711fb16c50e0e614008 (patch) | |
tree | ff746f538ed21eb2a3026727aa91bea6abfd7cef /lib/snmp/Makefile | |
parent | ca2408cf15b9a306a5920cffcef8ad091194c2d3 (diff) | |
parent | 4ed9eabf91e2920e52596e134d2b1ccad8724007 (diff) | |
download | otp-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/Makefile | 5 |
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 |