diff --git a/Makefile.emcc b/Makefile.emcc
index 486614a..98e82c7 100644
--- a/Makefile.emcc
+++ b/Makefile.emcc
@@ -5,7 +5,7 @@ CC = emcc
CXX = emcc
CXXFLAGS ?= -sUSE_SDL=2 -O3 -std=c++17 -Iinclude -fexceptions
LDFLAGS ?= -sUSE_SDL=2 -O3 -fexceptions --embed-file=data.pak@data.pak -sMAX_WEBGL_VERSION=2
-TARGET = eulamadness.html
+TARGET = index.html
# System configuration
include Makefile.srcs
@@ -28,4 +28,4 @@ $(EXE): $(OBJS)
$(CXX) $(CXXFLAGS) -c $< -o $@
clean:
- -rm -rf $(OBJS) $(EXE) eulamadness.js eulamadness.wasm eulamadness.data dist
+ -rm -rf $(OBJS) $(EXE) index.js index.wasm index.data dist
diff --git a/index.template.html b/index.template.html
index 8b3cfb3..7ecb40e 100644
--- a/index.template.html
+++ b/index.template.html
@@ -18,7 +18,7 @@
-
+