Added comment in makefile on how to produce the http-strings.c file; having the actual rule in the makefile does not seem to work
This commit is contained in:
parent
82caf5eb1a
commit
db1587f346
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
APP_SOURCES += webserver-nogui.c httpd.c http-strings.c psock.c uipbuf.c \
|
APP_SOURCES += webserver-nogui.c httpd.c http-strings.c psock.c uipbuf.c \
|
||||||
memb.c httpd-fs.c httpd-cgi.c
|
memb.c httpd-fs.c httpd-cgi.c
|
||||||
DSC_SOURCES += webserver-dsc.c
|
DSC_SOURCES += webserver-dsc.c
|
||||||
|
|
||||||
|
#$(CONTIKI)/apps/webserver/http-strings.c: $(CONTIKI)/apps/webserver/http-strings
|
||||||
|
# cd $(CONTIKI)/apps/webserver/; $(CONTIKI)/tools/makestrings $<
|
||||||
|
|
Loading…
Reference in a new issue