nes-proj/examples/libs/logging/Makefile

9 lines
153 B
Makefile

CONTIKI_PROJECT = logging
all: $(CONTIKI_PROJECT)
# Does not fit on Sky
PLATFORMS_EXCLUDE = sky
CONTIKI = ../../..
include $(CONTIKI)/Makefile.include