6 lines
100 B
Makefile
6 lines
100 B
Makefile
|
CFLAGS +=
|
||
|
CONTIKI = /home/adam/contiki-2.x
|
||
|
all: test-treeroute
|
||
|
|
||
|
include $(CONTIKI)/Makefile.include
|