mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-22 05:54:19 +00:00
8 lines
246 B
Makefile
8 lines
246 B
Makefile
include userset.mk
|
|
include $(SDK_PATH)paths.mk
|
|
|
|
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
|
|
|
|
clean:
|