Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Jun 22, 2024
1 parent 0858fbe commit 73cb2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default: help

# Some of this is shamelessly stolen from compiler explorer
# The general philosophy and functionality of this makefile is shamelessly stolen from compiler explorer

help: # with thanks to Ben Rady
@grep -E '^[0-9a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
Expand Down Expand Up @@ -50,7 +50,7 @@ deploy: ts-check ## Deploys code
./scripts/scp.sh

.PHONY: prod
prod: deploy ## Deploys code and restarts the bot
prod: format deploy ## Deploys code and restarts the bot
ssh $(SERVER) "screen -XS _Wheatley quit; cd projects/wheatley; ./start.sh"

.PHONY: npm-update
Expand Down

0 comments on commit 73cb2c3

Please sign in to comment.