mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-04 13:06:38 +00:00
10 lines
208 B
Makefile
10 lines
208 B
Makefile
CONTIKI_PROJECT = sky-shell
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
APPS = serial-shell powertrace collect-view
|
|
CONTIKI = ../..
|
|
|
|
include $(CONTIKI)/Makefile.include
|
|
-include /home/user/nes/testbed-scripts/Makefile.include
|
|
|