Skip to content

Commit

Permalink
Merge pull request #1575 from heinezen/fix/make-run
Browse files Browse the repository at this point in the history
Let `make run` call `main` sumodule instead of `game`
  • Loading branch information
TheJJ committed Oct 11, 2023
2 parents 9fe3672 + 4a24a03 commit 401f6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install: $(BUILDDIR)

.PHONY: run
run: build
cd $(BUILDDIR) && ./run game
cd $(BUILDDIR) && ./run main

.PHONY: test
test: tests checkfast
Expand Down

0 comments on commit 401f6a0

Please sign in to comment.