[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [flashproxy/master] Add "make clean".
commit 427d7533c49c8235198fdc1fa445cb7763e69001
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date: Sat Jun 1 10:47:08 2013 -0700
Add "make clean".
---
doc/Makefile | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/doc/Makefile b/doc/Makefile
index 9183539..d40b05b 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -167,6 +167,13 @@ $(BUNDLE_GNULINUX_X86_64) $(BUNDLE_GNULINUX_X86_64).asc:
checksig-%: % %.asc
gpg --verify "$*".asc "$*"
+clean:
+ rm -rf "$(WORKDIR)"
+ rm -rf "$(PT_BUNDLE_WINDOWS)"
+ rm -rf "$(PT_BUNDLE_MACOSX_I686)"
+ rm -rf "$(PT_BUNDLE_GNULINUX_I686)"
+ rm -rf "$(PT_BUNDLE_GNULINUX_X86_64)"
+
# Need Bash for certain wildcards.
SHELL = /bin/bash
-.PHONY: checksig-% windows macosx-i686 gnulinux-i686 gnulinux-x86_64
+.PHONY: clean checksig-% windows macosx-i686 gnulinux-i686 gnulinux-x86_64
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits