Merge pull request #133 from jose-bigio/fix_clean

Merged with https://github.com/seemethere/unir
Upstream-commit: 35f96bda01dd7df034a42f606f6aa46a7352e9fc
Component: packaging
This commit is contained in:
docker-unir[bot]
2018-08-07 18:07:14 +00:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@ clean-image:
.PHONY: clean
clean: clean-engine clean-image ## remove build artifacts
clean: clean-image ## remove build artifacts
$(MAKE) -C rpm clean
$(MAKE) -C deb clean
$(MAKE) -C static clean