mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-06 15:32:15 +00:00
6 lines
101 B
Makefile
6 lines
101 B
Makefile
all: telnet-server
|
|
APPS=telnetd program-handler
|
|
|
|
CONTIKI = ../..
|
|
include $(CONTIKI)/Makefile.include
|