diff --git a/Makefile b/Makefile index da6c6a2ae9..ef481521b2 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ install: $(BUILDDIR) .PHONY: run run: build - cd $(BUILDDIR) && ./run game + cd $(BUILDDIR) && ./run main .PHONY: test test: tests checkfast