tools(docker): Fix clean target

This commit is contained in:
Mizux Seiha
2020-05-13 17:33:39 +02:00
parent e3f500947b
commit 235c34848f

View File

@@ -296,7 +296,7 @@ clean_python:
-rmdir export/python
.PHONY: clean
clean: $(targets) clean_python
clean: $(targets) clean_cc clean_java clean_dotnet clean_python
docker container prune -f
docker image prune -f
-rmdir cache