IoT-Labs/S1/Makefile
2020-10-05 10:55:51 +01:00

8 lines
125 B
Makefile

CONTIKI_PROJECT = hello-world
all: $(CONTIKI_PROJECT)
#UIP_CONF_IPV6=1
CONTIKI = ../..
include $(CONTIKI)/Makefile.include