osd-contiki/examples/telnet-server/Makefile

8 lines
141 B
Makefile

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