From 87ad87e60d193c80f274b6bb1a6ae880616ec684 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Fri, 4 Jun 2021 17:48:49 -0400 Subject: [PATCH] build(striker-ui): include dot/hidden entries in clean-up --- striker-ui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/striker-ui/Makefile.am b/striker-ui/Makefile.am index 3fe53612..88436b8b 100644 --- a/striker-ui/Makefile.am +++ b/striker-ui/Makefile.am @@ -131,6 +131,6 @@ uninstall-hook: clean-local: -@echo "Clean up build output files." - test $(srcdir) == . && rm -rf $(outdir) || rm -rf * + test $(srcdir) == . && rm -rf $(outdir) .next || find . -mindepth 1 -maxdepth 1 -exec rm -rf {} + distclean-local: clean-local