We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d13a59 commit fbd8a30Copy full SHA for fbd8a30
Makefile.simple
@@ -171,6 +171,9 @@ emscripten: hyper.html
171
172
hyper.emscripten-sources: *.cpp autohdr.h
173
174
+bringris$(EXE_EXTENSION): autohdr.h
175
+ $(CXX) $(CXXFLAGS) -Wno-error -DBRINGRIS rogueviz/bringris.cpp $(LDFLAGS) $(hyper_LDFLAGS) -o $@
176
+
177
.PHONY: clean
178
179
clean:
0 commit comments