Skip to content

Commit

Permalink
Makefile: clean should also clean packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithChart committed Jul 19, 2021
1 parent e708040 commit c8a5ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env: $(PYTHON_VENV)/.created

clean:
rm -rf $(PYTHON_VENV)
rm -rf $(PYTHON_PACKAGING_VENV)

server: env
. $(PYTHON_VENV)/bin/activate && \
Expand Down

0 comments on commit c8a5ed5

Please sign in to comment.