mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 19:07:41 +00:00
7 lines
127 B
Makefile
7 lines
127 B
Makefile
CONTIKI_PROJECT = netperf-shell
|
|
all: $(CONTIKI_PROJECT)
|
|
APPS=serial-shell
|
|
|
|
CONTIKI = ../..
|
|
include $(CONTIKI)/Makefile.include
|