From 7d243a8586f3acfbf10107775a4478f1ab810bb9 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 3 Feb 2010 20:06:40 +0000 Subject: [PATCH] Added the telnet code to the list of targets to make them compile when running a bare 'make' --- examples/sky-ip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sky-ip/Makefile b/examples/sky-ip/Makefile index 9a1bbbd28..5ee10fcd8 100644 --- a/examples/sky-ip/Makefile +++ b/examples/sky-ip/Makefile @@ -1,5 +1,5 @@ CONTIKI_PROJECT = sky-webserver -all: $(CONTIKI_PROJECT) +all: sky-webserver sky-telnet-server telnet-tweet PLATFORM_BUILD=1 # This is needed to avoid the shell to include the httpd-cfs version of the websrerver APPS = webserver twitter telnetd CFLAGS = -DWITH_UIP=1 -I. #-DWITH_NULLMAC=1