osd-contiki/examples/example-shell/Makefile

8 lines
130 B
Makefile

CONTIKI_PROJECT = example-shell
all: $(CONTIKI_PROJECT)
APPS = serial-shell
CONTIKI = ../..
include $(CONTIKI)/Makefile.include