Makefile: Drop unused directory from clean rule

This commit is contained in:
Martin Pitt 2018-07-17 21:56:50 +02:00 committed by Lars Karlitski
parent cc7f892897
commit 12f82a8b31

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