mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-06 11:08:42 +00:00
7 lines
128 B
Makefile
7 lines
128 B
Makefile
all: telnet-server
|
|
APPS=telnetd program-handler
|
|
DEFAULT_TARGET=minimal-net
|
|
|
|
CONTIKI = ../..
|
|
include $(CONTIKI)/Makefile.include
|