mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 16:29:34 +00:00
12 lines
223 B
Makefile
12 lines
223 B
Makefile
|
CONTIKI_PROJECT = example-servreg-client
|
||
|
all: $(CONTIKI_PROJECT)
|
||
|
|
||
|
WITH_UIP6=1
|
||
|
UIP_CONF_IPV6=1
|
||
|
|
||
|
APPS=servreg-hack
|
||
|
CONTIKI = ../..
|
||
|
include $(CONTIKI)/Makefile.include
|
||
|
-include /home/user/nes/testbed-scripts/Makefile.include
|
||
|
|