Support CLI Options
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
all:
|
||||
./mkpicindex.sh > index.html.tmp && mv index.html.tmp index.html
|
||||
static:
|
||||
./mkpicindex-static.sh 0 > index.html.tmp && mv index.html.tmp index.html
|
||||
./mkpicindex-static.sh > index.html.tmp && mv index.html.tmp index.html
|
||||
clean:
|
||||
rm -rf index.html.tmp index.html style.css justify.js LICENSE
|
||||
|
||||
Reference in New Issue
Block a user