6 lines
68 B
Makefile
6 lines
68 B
Makefile
|
all: tcp-server
|
||
|
|
||
|
CONTIKI=../..
|
||
|
|
||
|
include $(CONTIKI)/Makefile.include
|