From 81d10dd7f36b1b0fe113edf8bc988959f32ad799 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 15 May 2017 11:01:07 -0400 Subject: [PATCH] Add awx/ui/client/languages/ to ui-clean target These json files are generated at build time. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3892207f65..197ab2997c 100644 --- a/Makefile +++ b/Makefile @@ -217,6 +217,7 @@ clean-ui: rm -rf awx/ui/static/ rm -rf awx/ui/node_modules/ rm -rf awx/ui/coverage/ + rm -rf awx/ui/client/languages/ rm -f $(UI_DEPS_FLAG_FILE) rm -f $(UI_RELEASE_FLAG_FILE)