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