all: tunslip6

CFLAGS += -Wall -Werror

tunslip6: tools-utils.c tunslip6.c

clean:
	rm -f *.o tunslip6
