Skip to content

Commit fbd8a30

Browse files
committed
add bringris entry to Makefile.simple
1 parent 7d13a59 commit fbd8a30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.simple

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ emscripten: hyper.html
171171

172172
hyper.emscripten-sources: *.cpp autohdr.h
173173

174+
bringris$(EXE_EXTENSION): autohdr.h
175+
$(CXX) $(CXXFLAGS) -Wno-error -DBRINGRIS rogueviz/bringris.cpp $(LDFLAGS) $(hyper_LDFLAGS) -o $@
176+
174177
.PHONY: clean
175178

176179
clean:

0 commit comments

Comments
 (0)