Added the telnet code to the list of targets to make them compile when running a bare 'make'
This commit is contained in:
parent
ef29f610f6
commit
7d243a8586
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
CONTIKI_PROJECT = sky-webserver
|
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
|
PLATFORM_BUILD=1 # This is needed to avoid the shell to include the httpd-cfs version of the websrerver
|
||||||
APPS = webserver twitter telnetd
|
APPS = webserver twitter telnetd
|
||||||
CFLAGS = -DWITH_UIP=1 -I. #-DWITH_NULLMAC=1
|
CFLAGS = -DWITH_UIP=1 -I. #-DWITH_NULLMAC=1
|
||||||
|
|
Loading…
Reference in a new issue