This commit is contained in:
parent
82f0634376
commit
28cf59ee91
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ html: fsdata/fsdata.c
|
||||||
|
|
||||||
fsdata/fsdata.c: fsdata/fs/index.html fsdata/fs/404.html fsdata/fs/css/picnic.min.css fsdata/fs/css/style.css fsdata/fs/js/smoothie_min.js
|
fsdata/fsdata.c: fsdata/fs/index.html fsdata/fs/404.html fsdata/fs/css/picnic.min.css fsdata/fs/css/style.css fsdata/fs/js/smoothie_min.js
|
||||||
@echo "Generating fsdata.."
|
@echo "Generating fsdata.."
|
||||||
cd fsdata && ./makefsdata
|
./mkwebfs.py
|
||||||
|
|
||||||
test: unittest systest
|
test: unittest systest
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ def dumpBin2CHex(f, b):
|
||||||
f.write(oStr)
|
f.write(oStr)
|
||||||
|
|
||||||
|
|
||||||
f_fsdata_c = open('fsdata.c', 'w')
|
f_fsdata_c = open('fsdata/fsdata.c', 'w')
|
||||||
f_fsdata_c.write('#include "httpd/fsdata.h"\n\n')
|
f_fsdata_c.write('#include "httpd/fsdata.h"\n\n')
|
||||||
|
|
||||||
httpFiles = []
|
httpFiles = []
|
||||||
|
|
Loading…
Reference in a new issue