Skip to content

Commit

Permalink
Add reset target to build file (PHONY)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperaj committed Dec 16, 2024
1 parent 1f153c3 commit 11e9e54
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 @@ -54,7 +54,7 @@ rebuild:
.PHONY: rebuild

reset: rebuild composer_install
.PHONY: refresh
.PHONY: reset

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

0 comments on commit 11e9e54

Please sign in to comment.