summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5240a47..f71f6f2 100644
--- a/Makefile
+++ b/Makefile
@@ -269,13 +269,13 @@ libAnysync.a: $(OBJS)
anyrtpproxy: anytun
@cd anyrtpproxy ; make
-distclean: clean
+distclean: cleanall
make --directory=$(CURDIR)/openvpn distclean
find -name *.o | xargs rm -f
rm -f config.sub config.guess
cleanall: clean
- @cd man ; make clean
+ make --directory=$(CURDIR)/man clean
make --directory=$(CURDIR)/Sockets clean
make --directory=$(CURDIR)/openvpn clean
rm -f Sockets/libSockets.a Sockets/Sockets-config