mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
added autohdr.h to emscripten sources
This commit is contained in:
parent
1c0db70191
commit
90baab83eb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user