9 lines
103 B
Makefile
9 lines
103 B
Makefile
all: tunslip6
|
|
|
|
CFLAGS += -Wall -Werror
|
|
|
|
tunslip6: tools-utils.c tunslip6.c
|
|
|
|
clean:
|
|
rm -f *.o tunslip6
|