Alternative index.html

This commit is contained in:
2025-07-20 14:13:43 +03:00
parent 9179c1ab0f
commit fbd0e86392
2 changed files with 26 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ dist: $(EXE)
$(EXE): $(OBJS)
$(CXX) -o $@ $(OBJS) $(LDFLAGS)
cp index.template.html $(EXE)
.cpp.o:
$(CXX) $(CXXFLAGS) -c $< -o $@