Skip to content

Commit

Permalink
Manually call make targets rather than use dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperaj committed Dec 16, 2024
1 parent 11e9e54 commit 33aca3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ rebuild:
$(COMPOSE) build --no-cache $(filter-out $@,$(MAKECMDGOALS))
.PHONY: rebuild

reset: rebuild composer_install
reset:
$(MAKE) rebuild
$(MAKE) composer_install
.PHONY: reset

down:
Expand Down

0 comments on commit 33aca3c

Please sign in to comment.