aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0ab1ca9..cb8b139 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-FILES=hesla.js hesla.js.map require.js config.js config.js.map \
+FILES=hesla.js hesla.js.map config.js config.js.map \
activePage.js activePage.js.map favicon-*.png a*.png lamb-of-God.svg sworker.js \
index_de.html index.html screen.css site.webmanifest favicon.ico \
google9815148f4ac1407f.html config.ts hesla.ts activePage.ts
%.js: %.ts
- tsc --sourceMap --allowJs true --checkJs true --module amd --target es2015 $<
+ tsc --sourceMap --allowJs true --checkJs true --module es2015 --target es2015 $<
all: index.html index_de.html config.js activePage.js hesla.js