Makefile: Drop unused directory from clean rule
This commit is contained in:
parent
28dc5c4f91
commit
274c8da345
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