a first simple test-program for the vpn-functionality
[oweals/gnunet.git] / src / vpn / Makefile
1 CFLAGS=-Wall -pedantic
2 CXXFLAGS = ${CFLAGS}
3
4 LDFLAGS =
5
6 all:default
7
8 default: tun
9
10 tun.o: tun.c
11
12 tun: tun.o
13
14 clean:
15         rm -f *.o
16         rm -f tun