diff --git a/Makefile b/Makefile index 7ac2614..8125908 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,6 @@ dist/index.js: $(NODE_MODULES_TEST) $(wildcard src/*) package.json webpack.confi clean: rm -rf dist/ - rm -rf _install rm -f $(PACKAGE_NAME).spec install: dist/index.js