diff --git a/Makefile b/Makefile index 236a6749..1913b9e8 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: @$(SHELL) ./scripts/install.sh clean: - rm -rf node_modules/* + rm -rf node_modules/ distclean: clean rm config.status*