58ef2342c2
It achieves exactly nothing other than generate confusion
11 lines
211 B
Makefile
11 lines
211 B
Makefile
CONTIKI_PROJECT = example-servreg-client
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
UIP_CONF_IPV6=1
|
|
|
|
APPS=servreg-hack
|
|
CONTIKI = ../..
|
|
include $(CONTIKI)/Makefile.include
|
|
-include /home/user/nes/testbed-scripts/Makefile.include
|
|
|