CFLAGS=-Wall -pedantic CXXFLAGS = ${CFLAGS} LDFLAGS = all:default default: tun tun.o: tun.c tun: tun.o clean: rm -f *.o rm -f tun