python-monorepo
python-monorepo copied to clipboard
Make clean does not remove service depedency wheels
When running make clean --> the service_one dep/.whl is not removed. Is the make clean command supposed to include the following?
clean:
-rm $(WHEELS) $(BUILD_DIR)/dist/*.whl $(BUILD_DIR)/dist/deps/*.whl