Skip to content

Commit

Permalink
makefile: update clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
svinota committed May 31, 2021
1 parent a02926b commit 2dd73af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ clean:
@rm -rf tests-workspaces
@rm -f python-pyroute2.spec
@rm -f pyroute2/config/version.py
@rm -f pyroute2/config.json
@rm -f pyroute2/setup.cfg
@rm -f pyroute2.minimal/config.json
@rm -f pyroute2.minimal/setup.cfg
@find pyroute2 -name "*pyc" -exec rm -f "{}" \;
@find pyroute2 -name "*pyo" -exec rm -f "{}" \;

Expand Down Expand Up @@ -221,7 +225,7 @@ install: dist
install-minimal: dist
${python} -m pip install dist/pyroute2.minimal* dist/pyroute2.core*

uninstall: clean setup
uninstall: clean VERSION setup
$(call make_modules, uninstall)

audit-imports:
Expand Down

0 comments on commit 2dd73af

Please sign in to comment.