parse ipv6-packets for the vpn-functionality
[oweals/gnunet.git] / src / vpn / Makefile
1 CFLAGS=-Wall -pedantic --std=c99 -g
2 CXXFLAGS = ${CFLAGS}
3
4 LDFLAGS =
5
6 all:default
7
8 default: test
9
10 test: test.o tun.o packet.o debug.o
11
12 clean:
13         rm -f *.o
14         rm -f test