osd-contiki/examples/telnet-server/Makefile
2010-03-10 12:21:12 +00:00

10 lines
153 B
Makefile

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