nes-proj/examples/libs/shell/Makefile
2018-05-23 12:49:41 -07:00

7 lines
135 B
Makefile

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