RTL00_WEB/webfs.mk

10 lines
430 B
Makefile
Raw Normal View History

2017-05-12 23:31:23 +00:00
include userset.mk
include $(SDK_PATH)paths.mk
2017-04-22 13:54:00 +00:00
all:
@mkdir -p $(BIN_DIR)
./tools/webfs/WEBFS22.exe -h "*.htm, *.html, *.cgi, *.xml, *.bin, *.txt, *.wav" -z "mdbini.bin, *.inc, *.ini, snmp.bib, *.ovl" ./WEBFiles $(BIN_DIR) WEBFiles.bin
2017-12-12 20:34:32 +00:00
#@$(PHYTON) ./tools/webfs/py/webfs_tool.py build -s ./WEBFiles -d "*.htm, *.html, *.cgi, *.xml, *.bin, *.txt, *.wav, *.js" -n "*.inc, *.ini, snmp.bib, *.ovl" $(BIN_DIR)/WEBFiles1.bin
2017-04-22 13:54:00 +00:00
clean: