mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Use pattern rule env-ipy.%
This commit is contained in:
parent
6a92afbc02
commit
6cb611d72e
1 changed files with 2 additions and 11 deletions
13
Makefile
13
Makefile
|
@ -21,17 +21,8 @@ ert-compile: submodule ert-clean log
|
|||
ert-clean:
|
||||
rm -f lib/ert/lisp/emacs-lisp/*.elc
|
||||
|
||||
env-ipy.dev:
|
||||
tools/makeenv.sh env/ipy.dev tools/requirement-ipy.dev.txt
|
||||
|
||||
env-ipy.0.13.0:
|
||||
tools/makeenv.sh env/ipy.0.13.0 tools/requirement-ipy.0.13.0.txt
|
||||
|
||||
env-ipy.0.12.1:
|
||||
tools/makeenv.sh env/ipy.0.12.1 tools/requirement-ipy.0.12.1.txt
|
||||
|
||||
env-ipy.0.12.0:
|
||||
tools/makeenv.sh env/ipy.0.12.0 tools/requirement-ipy.0.12.0.txt
|
||||
env-ipy.%:
|
||||
tools/makeenv.sh env/ipy.$* tools/requirement-ipy.$*.txt
|
||||
|
||||
env-clean:
|
||||
rm -rf env
|
||||
|
|
Loading…
Add table
Reference in a new issue