clean target to completely delete node_modules dir

This commit is contained in:
Raul Ochoa 2017-02-07 19:55:37 +01:00
parent 933d486a57
commit 6ac6574b4c

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*