mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
force rm will not yield error
This commit is contained in:
parent
9a27d42490
commit
e2d86613c8
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -41,9 +41,9 @@ autoloads:
|
|||
clean:
|
||||
cask clean-elc
|
||||
rm -rf test/test-install
|
||||
rm -rf log/*websocket*
|
||||
rm features/Untitled*.ipynb
|
||||
rm test/Untitled*.ipynb
|
||||
rm -f log/*websocket*
|
||||
rm -f features/Untitled*.ipynb
|
||||
rm -f test/Untitled*.ipynb
|
||||
|
||||
.PHONY: dist-clean
|
||||
dist-clean: clean
|
||||
|
|
Loading…
Add table
Reference in a new issue