changed makefile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
7m9 2021-09-09 01:02:58 +02:00
parent 82f0634376
commit 28cf59ee91
2 changed files with 3 additions and 3 deletions

View file

@ -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
@echo "Generating fsdata.."
cd fsdata && ./makefsdata
./mkwebfs.py
test: unittest systest

View file

@ -16,7 +16,7 @@ def dumpBin2CHex(f, b):
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')
httpFiles = []