Skip to content

Commit

Permalink
build: add game web player to project
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedsharp committed Oct 15, 2024
1 parent f15e177 commit 3002d19
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "rebound-engine"]
path = rebound-engine
url = [email protected]:mikedsharp/rebound-engine.git
[submodule "web-game-player"]
path = web-game-player
url = [email protected]:mikedsharp/web-game-player.git
2 changes: 1 addition & 1 deletion build-scripts/web.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ all: before_build build
build: before_build OUT

OUT: $(SOURCES)
$(CC) $(EMFLAGS) $(INC) $(SOURCES) -o web/index.html
$(CC) $(EMFLAGS) $(INC) $(SOURCES) -o web-game-player/public/index.js

clean_build: clean build

Expand Down
2 changes: 1 addition & 1 deletion rebound-engine
1 change: 1 addition & 0 deletions web-game-player
Submodule web-game-player added at 5e80a0

0 comments on commit 3002d19

Please sign in to comment.