nes-proj/examples/libs/shell/Makefile

7 lines
135 B
Makefile

CONTIKI_PROJECT = example
all: $(CONTIKI_PROJECT)
MODULES += os/services/shell
CONTIKI = ../../..
include $(CONTIKI)/Makefile.include