IoT-Labs/S1/Makefile

8 lines
125 B
Makefile
Raw Permalink Normal View History

2020-10-05 10:55:51 +01:00
CONTIKI_PROJECT = hello-world
all: $(CONTIKI_PROJECT)
#UIP_CONF_IPV6=1
CONTIKI = ../..
include $(CONTIKI)/Makefile.include