From b676e484d36bb62edaa32fcfd782c392b8141d4d Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 18 Dec 2019 13:57:04 +1000 Subject: [PATCH] update make clean --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3865293d2..e55dd0825 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ uninstall: clean: rm -rf .build + rm -rf $(JSDEPS) build: .build/ui js