Makefile: Drop unused directory from clean rule

This commit is contained in:
Martin Pitt 2018-07-17 21:56:50 +02:00
parent 28dc5c4f91
commit 274c8da345

View file

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