nes-proj/examples/mbxxx/mbxxx-shell/Makefile

13 lines
217 B
Makefile

CONTIKI_PROJECT = mbxxx-shell
PROJECTDIRS = $(CONTIKI)/platform/mbxxx/apps
APPS = serial-shell
PROJECT_SOURCEFILES = shell-sensors.c
all: $(CONTIKI_PROJECT)
CONTIKI = ../../..
include $(CONTIKI)/Makefile.include