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:
adamdunkels 2007-03-29 22:21:02 +00:00
parent 82caf5eb1a
commit db1587f346

View file

@ -1,3 +1,6 @@
APP_SOURCES += webserver-nogui.c httpd.c http-strings.c psock.c uipbuf.c \
memb.c httpd-fs.c httpd-cgi.c
DSC_SOURCES += webserver-dsc.c
#$(CONTIKI)/apps/webserver/http-strings.c: $(CONTIKI)/apps/webserver/http-strings
# cd $(CONTIKI)/apps/webserver/; $(CONTIKI)/tools/makestrings $<