diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 78f9724..2af8206 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ generate: mkdir -p output + cp favicon.ico output find pages -type f -name '*.cfg' -print0 | sort -zr | xargs -0 saait cp style.css print.css output/ zip -r kronika.zip output |