Skip to content

Commit

Permalink
ADD: reset phase on Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Iovesophy committed Jun 13, 2023
1 parent 4abece1 commit 79c2a64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,15 @@ up:
down:
mutagen-compose -f $(composefile) down

.PHONY: reset
reset: clean-reticulum init

.PHONY: clean
clean:
rm -rf $(servicesdir)

.PHONY: clean-reticulum
clean-reticulum:
mutagen-compose -f $(composefile) down --volumes --rmi local && \
rm -rf $(basedir)/services/reticulum/deps

0 comments on commit 79c2a64

Please sign in to comment.