From: Philipp Tölke Date: Mon, 28 Jun 2010 12:37:30 +0000 (+0000) Subject: init: Makefile X-Git-Tag: initial-import-from-subversion-38251~21160 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0e116f0428b7c2d14c85ff6b795c30009e229e19;p=oweals%2Fgnunet.git init: Makefile --- diff --git a/src/vpn/Makefile b/src/vpn/Makefile new file mode 100644 index 000000000..ac8633c65 --- /dev/null +++ b/src/vpn/Makefile @@ -0,0 +1,16 @@ +CFLAGS=-Wall -pedantic +CXXFLAGS = ${CFLAGS} + +LDFLAGS = + +all:default + +default: tun + +tun.o: tun.c + +tun: tun.o + +clean: + rm -f *.o + rm -f tun