Browse Source

Build: make clean - dont depend on sphinx

pull/14/head
heck 4 years ago
parent
commit
1ae55f2376
  1. 4
      Makefile

4
Makefile

@ -74,10 +74,10 @@ docs: compile-inplace
# Housekeeping
# ============
clean-all: clean
clean-all:
rm -rf $(VENV_DIR)
clean: clean-docs
clean:
rm -rf $(BUILD_DIR)
rm -rf $(DIST_DIR)
rm -rf $(PYTHON_ARTIFACTS)

Loading…
Cancel
Save