build(striker-ui): change clean-local target to rm accordingly (depends on pwd)

main
Tsu-ba-me 4 years ago
parent 4c215e404d
commit 335cd5d4c7
  1. 8
      striker-ui/Makefile.am

@ -129,6 +129,8 @@ uninstall-hook:
-@echo "Remove all installed files of the current module." -@echo "Remove all installed files of the current module."
(cd $(DESTDIR)/$(htmldir); rm -rf index.html _next pngs) (cd $(DESTDIR)/$(htmldir); rm -rf index.html _next pngs)
distclean-local: clean-local:
-@echo "Clean up files copied for building." -@echo "Clean up build output files."
rm -rf * test $(srcdir) == . && rm -rf $(outdir) || rm -rf *
distclean-local: clean-local

Loading…
Cancel
Save