mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-16 14:07:36 +00:00
9 lines
163 B
Makefile
9 lines
163 B
Makefile
CONTIKI_PROJECT = telnet-server
|
|
all: $(CONTIKI_PROJECT)
|
|
|
|
APPS = telnetd program-handler
|
|
|
|
CONTIKI = ../..
|
|
CONTIKI_WITH_IPV4 = 1
|
|
include $(CONTIKI)/Makefile.include
|