Makefile: Drop unused directory from clean rule
This commit is contained in:
parent
cc7f892897
commit
12f82a8b31
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue