Skip to content

Commit

Permalink
add bringris entry to Makefile.simple
Browse files Browse the repository at this point in the history
  • Loading branch information
still-flow committed Nov 2, 2020
1 parent 7d13a59 commit fbd8a30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.simple
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ emscripten: hyper.html

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

bringris$(EXE_EXTENSION): autohdr.h
$(CXX) $(CXXFLAGS) -Wno-error -DBRINGRIS rogueviz/bringris.cpp $(LDFLAGS) $(hyper_LDFLAGS) -o $@

.PHONY: clean

clean:
Expand Down

0 comments on commit fbd8a30

Please sign in to comment.