4 lines
72 B
Makefile
4 lines
72 B
Makefile
all: hello-world
|
|
CONTIKI = ../../..
|
|
include $(CONTIKI)/Makefile.include
|