5 lines
90 B
Makefile
5 lines
90 B
Makefile
all:
|
|
./mkpicindex.sh > index.html
|
|
clean:
|
|
rm -rf index.html style.css justify.js LICENSE
|