osd-contiki/examples/telnet-server/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