Browse Source

Clean before building

pull/8/head
Richard Neumann 3 years ago
parent
commit
86457efe82
  1. 2
      Makefile

2
Makefile

@ -22,7 +22,7 @@ pull:
push:
@ git push
pypi: | build publish clean
pypi: | clean build publish
uninstall:
@ while read FILE; do echo "Removing: $$FILE"; rm "$$FILE"; done < $(FILE_LIST)

Loading…
Cancel
Save