build(striker-ui): add maintainer-clean-local to remove node modules

main
Tsu-ba-me 4 years ago
parent 9fc2facf35
commit a4d0bcee5f
  1. 5
      striker-ui/Makefile.am

@ -1,6 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
htmldir = $(localstatedir)/www/html
nodemodulesdir = node_modules
nextoutdir = $(srcdir)/out
nextbuilddir = .next
@ -42,3 +43,7 @@ clean-local:
rm -rf $(nextoutdir) $(nextbuilddir)
distclean-local: clean-local
maintainer-clean-local: clean-local
-@echo "Clean up node modules."
rm -rf $(nodemodulesdir)

Loading…
Cancel
Save