mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2026-07-04 10:25:39 +00:00
first commit
This commit is contained in:
commit
fa343db334
154 changed files with 18186 additions and 0 deletions
7
webfs.mk
Normal file
7
webfs.mk
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
include 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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue