Skip to content

Commit 6cb611d

Browse files
committed
Use pattern rule env-ipy.%
1 parent 6a92afb commit 6cb611d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

Makefile

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,8 @@ ert-compile: submodule ert-clean log
2121
ert-clean:
2222
rm -f lib/ert/lisp/emacs-lisp/*.elc
2323

24-
env-ipy.dev:
25-
tools/makeenv.sh env/ipy.dev tools/requirement-ipy.dev.txt
26-
27-
env-ipy.0.13.0:
28-
tools/makeenv.sh env/ipy.0.13.0 tools/requirement-ipy.0.13.0.txt
29-
30-
env-ipy.0.12.1:
31-
tools/makeenv.sh env/ipy.0.12.1 tools/requirement-ipy.0.12.1.txt
32-
33-
env-ipy.0.12.0:
34-
tools/makeenv.sh env/ipy.0.12.0 tools/requirement-ipy.0.12.0.txt
24+
env-ipy.%:
25+
tools/makeenv.sh env/ipy.$* tools/requirement-ipy.$*.txt
3526

3627
env-clean:
3728
rm -rf env

0 commit comments

Comments
 (0)