added autohdr.h to emscripten sources

This commit is contained in:
Zeno Rogue 2019-09-13 19:38:04 +02:00
parent 1c0db70191
commit 90baab83eb
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ emscripten: hyper.html
%.html %.js %.wasm: %.emscripten-sources
emcc -std=c++11 -O3 -s LEGACY_GL_EMULATION=1 -s TOTAL_MEMORY=128MB hyperweb.cpp -o hyper.html
hyper.emscripten-sources: *.cpp
hyper.emscripten-sources: *.cpp autohdr.h
.PHONY: clean