X-Git-Url: https://git.syn-net.org/?p=debian%2Fuanytun.git;a=blobdiff_plain;f=src%2FMakefile;h=5ed36d970c88b751c9635dfcee0fd10b56c0d607;hp=4124575fb42ca751892996b2b6f9b9835d014527;hb=aa74a4fd24d8e8537f76531e6257fa90145355d3;hpb=e3f8e33112e2191999c6d6f6b6a767c72db800a0 diff --git a/src/Makefile b/src/Makefile index 4124575..5ed36d9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,7 +15,7 @@ ## tunneling and relaying of packets of any protocol. ## ## -## Copyright (C) 2007-2008 Christian Pointner +## Copyright (C) 2007-2010 Christian Pointner ## ## This file is part of uAnytun. ## @@ -89,6 +89,7 @@ distclean: cleanall find . -name *.o -exec rm -f {} \; find . -name "*.\~*" -exec rm -rf {} \; rm -f include.mk + rm -f version.h rm -f tun.c clean: