diff --git a/Makefile.emcc b/Makefile.emcc index f361925..486614a 100644 --- a/Makefile.emcc +++ b/Makefile.emcc @@ -22,6 +22,7 @@ dist: $(EXE) $(EXE): $(OBJS) $(CXX) -o $@ $(OBJS) $(LDFLAGS) + cp index.template.html $(EXE) .cpp.o: $(CXX) $(CXXFLAGS) -c $< -o $@ diff --git a/index.template.html b/index.template.html new file mode 100644 index 0000000..8b3cfb3 --- /dev/null +++ b/index.template.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + +