diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ BABEL=node node_modules/babel-cli/bin/babel.js FILES=hesla.js hesla.js.map require.js config.js config.js.map \ - activePage.js activePage.js.map icon-*.png lamb-of-God.svg sworker.js \ - index_de.html index.html screen.css hesla.webapp favicon.ico \ + activePage.js activePage.js.map favicon-*.png a*.png lamb-of-God.svg sworker.js \ + index_de.html index.html screen.css hesla.webapp site.webmanifest favicon.ico \ google9815148f4ac1407f.html config.es hesla.es activePage.es %.js: %.es @@ -17,7 +17,7 @@ index_de.html: generate_html_de.py hernnhut/2022/Losungen\ Free\ 2022.xml templa hesla-chrome.zip: zip -9vT $@ google9815148f4ac1407f.html \ - hesla.js icon-128.png icon-30.png icon-60.png \ + hesla.js favicon*.png a*.png \ index_de.html index.html manifest.json screen.css install: $(FILES) |