implement http using tcp sockets,

remove cgi ssi lwip_http,
remove makefsdata.py
This commit is contained in:
2024-02-28 22:56:22 -08:00
parent 7aadd6d4e0
commit 8cd68286df
14 changed files with 339 additions and 261 deletions

View File

@@ -1,13 +1,9 @@
.PHONY: all clean build makefsdata
all: clean makefsdata build
all: clean build
clean:
$(MAKE) -C build/ clean
rm -rf wwwdata.c
makefsdata:
python3 makefsdata.py
build:
$(MAKE) -C build/