Skip to content

Commit

Permalink
Add reset target to build file
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperaj committed Dec 16, 2024
1 parent 35b7050 commit 1f153c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ rebuild:
$(COMPOSE) build --no-cache $(filter-out $@,$(MAKECMDGOALS))
.PHONY: rebuild

reset: rebuild composer_install
.PHONY: refresh

down:
$(COMPOSE) down $(filter-out $@,$(MAKECMDGOALS))
.PHONY: down
Expand Down

0 comments on commit 1f153c3

Please sign in to comment.