From bbf185cd0b00c6e05d48226abda5593b612a23a7 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Thu, 27 Oct 2016 10:17:37 -0400 Subject: [PATCH] Add awx/public to clean target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a4b38e1cf6..8b79000e06 100644 --- a/Makefile +++ b/Makefile @@ -229,6 +229,7 @@ clean-venv: # Remove temporary build files, compiled Python files. clean: clean-rpm clean-deb clean-ui clean-tar clean-packer clean-bundle + rm -rf awx/public rm -rf awx/lib/site-packages rm -rf dist/* rm -rf tmp