Minor formatting change.

This commit is contained in:
oliverschmidt 2008-11-10 22:47:10 +00:00
parent 933aa3bb7e
commit 57f8e86532

View file

@ -11,8 +11,8 @@ APPS = webserver
# run make with the parameter HTTPD-CFS=1.
ifeq ($(HTTPD-CFS),1)
override webserver_src = webserver-nogui.c http-strings.c psock.c memb.c \
httpd-cfs.c
override webserver_src = webserver-nogui.c http-strings.c psock.c memb.c \
httpd-cfs.c
endif
CONTIKI = ../..