diff options
author | Micael Karlberg <[email protected]> | 2011-06-28 17:00:32 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-06-28 17:00:32 +0200 |
commit | 49846524934f74abcd44bbc315d9314c940d34ba (patch) | |
tree | 797998b282a5f042a18364f5b142786b011ee750 /lib/inets/Makefile | |
parent | 1aaf8958c019a1d0fd03de0677ccd2a98bc11553 (diff) | |
parent | d1e636f236a4a76e999ff516718c814f3eeed617 (diff) | |
download | otp-49846524934f74abcd44bbc315d9314c940d34ba.tar.gz otp-49846524934f74abcd44bbc315d9314c940d34ba.tar.bz2 otp-49846524934f74abcd44bbc315d9314c940d34ba.zip |
Merge branch 'dev' into major
Diffstat (limited to 'lib/inets/Makefile')
-rw-r--r-- | lib/inets/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/inets/Makefile b/lib/inets/Makefile index ec05efa461..f4c2746b0a 100644 --- a/lib/inets/Makefile +++ b/lib/inets/Makefile @@ -36,6 +36,8 @@ SPECIAL_TARGETS = # ---------------------------------------------------- include $(ERL_TOP)/make/otp_subdir.mk +.PHONY: info gclean + info: @echo "OS: $(OS)" @echo "DOCB: $(DOCB)" @@ -44,3 +46,5 @@ info: @echo "APP_VSN: $(APP_VSN)" @echo "" +gclean: + git clean -fXd |