nes-proj/examples/platform-specific/zoul/at-test/Makefile

9 lines
171 B
Makefile
Raw Normal View History

2016-05-15 09:20:23 +00:00
CONTIKI_PROJECT = at-master-test
2017-09-01 14:11:40 +00:00
MODULES = os/services/at-master
2016-05-15 09:20:23 +00:00
all: $(CONTIKI_PROJECT)
PLATFORMS_ONLY = zoul
CONTIKI = ../../../..
2016-05-15 09:20:23 +00:00
include $(CONTIKI)/Makefile.include