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
@ -24,4 +24,4 @@ unittest:
systest:
true
.NOTPARALLEL: html all
.NOTPARALLEL: html all