aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2010-06-28 12:37:30 +0000
committerPhilipp Tölke <toelke@in.tum.de>2010-06-28 12:37:30 +0000
commit0e116f0428b7c2d14c85ff6b795c30009e229e19 (patch)
tree6d0edb42a88a71915c87fd5e28c01b91f399b1f1
parentb894ca5530d3e0f15c0a28cac78c5f9e9e2c1019 (diff)
downloadgnunet-0e116f0428b7c2d14c85ff6b795c30009e229e19.tar.gz
gnunet-0e116f0428b7c2d14c85ff6b795c30009e229e19.zip
init: Makefile
-rw-r--r--src/vpn/Makefile16
1 files changed, 16 insertions, 0 deletions
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 @@
1CFLAGS=-Wall -pedantic
2CXXFLAGS = ${CFLAGS}
3
4LDFLAGS =
5
6all:default
7
8default: tun
9
10tun.o: tun.c
11
12tun: tun.o
13
14clean:
15 rm -f *.o
16 rm -f tun