nes-proj/examples/dev/rgb-led/Makefile
2018-03-09 16:29:07 +00:00

11 lines
164 B
Makefile

CONTIKI_PROJECT = rgb-led-example
CONTIKI = ../../..
MODULES_REL += $(TARGET)
PLATFORMS_ONLY = zoul
all: $(CONTIKI_PROJECT)
include $(CONTIKI)/Makefile.include