build(striker-ui): include dot/hidden entries in clean-up

main
Tsu-ba-me 4 years ago
parent 9abb468d79
commit 87ad87e60d
  1. 2
      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

Loading…
Cancel
Save