clean target to completely delete node_modules dir

This commit is contained in:
Raul Ochoa
2017-02-07 19:55:37 +01:00
parent c0abbe570f
commit d359ea7fa6
+1 -1
View File
@@ -7,7 +7,7 @@ all:
@$(SHELL) ./scripts/install.sh
clean:
rm -rf node_modules/*
rm -rf node_modules/
distclean: clean
rm config.status*