mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Add env-clean/log-clean make target
This commit is contained in:
parent
25f67b9874
commit
58406d8eca
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -35,6 +35,12 @@ env-ipy.0.12.1:
|
|||
env-ipy.0.12.0:
|
||||
tools/makeenv.sh env/ipy.0.12.0 tools/requirement-ipy.0.12.0.txt
|
||||
|
||||
env-clean:
|
||||
rm -rf env
|
||||
|
||||
log-clean:
|
||||
rm -rf log
|
||||
|
||||
travis-ci: ert-compile env-ipy.$(IPY_VERSION)
|
||||
$(EMACS) --version
|
||||
python --version
|
||||
|
|
Loading…
Add table
Reference in a new issue