diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index de08ea2..da7b839 100644 --- a/src/Makefile +++ b/src/Makefile @@ -274,7 +274,7 @@ anyrtpproxy: anytun distclean: cleanall find . -name *.o -exec rm -f {} \; rm -f config.sub config.guess - rm -f tunDevice.cpp tunDevice.h + rm -f tunDevice.cpp cleanall: clean $(MAKE) --directory=$(CURDIR)/man clean |