esp-open-rtos/examples/http_server/Makefile
lujji f64935eb1d HTTP server (#324)
extras/httpd and http_server example
2017-01-27 14:38:01 +06:00

13 lines
219 B
Makefile

PROGRAM=http_server
#ESPBAUD=921600
EXTRA_CFLAGS=-DLWIP_HTTPD_CGI=1 -DLWIP_HTTPD_SSI=1 -I./fsdata
EXTRA_COMPONENTS=extras/httpd
include ../../common.mk
html:
@echo "Generating fsdata.."
cd fsdata && ./makefsdata