nes-proj/examples/telnet-server/Makefile

10 lines
153 B
Makefile

CONTIKI_PROJECT = telnet-server
all: $(CONTIKI_PROJECT)
APPS = telnetd program-handler
WITH_UIP=1
CONTIKI = ../..
include $(CONTIKI)/Makefile.include