python-monorepo icon indicating copy to clipboard operation
python-monorepo copied to clipboard

Make clean does not remove service depedency wheels

Open anthonyfong100 opened this issue 3 years ago • 0 comments

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

anthonyfong100 avatar Jun 03 '21 12:06 anthonyfong100