We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da429a commit 4d01a17Copy full SHA for 4d01a17
1 file changed
python/Makefile
@@ -1,18 +1,16 @@
1
all:
2
- ./2.1.py
3
- ./2.2.py
4
- ./2.3.py
5
- ./2.4.py
6
- ./2.5.py
7
- ./2.6.py
+ -./2.3.py
+ -./2.4.py
+ -./2.5.py
+ -./2.6.py
8
./2.7.py
9
- ./3.0.py
10
- ./3.1.py
11
- ./3.2.py
12
- ./3.3.py
13
- ./3.4.py
14
- ./3.5.py
15
- ./3.6.py
16
- ./3.7.py
+ -./3.0.py
+ -./3.1.py
+ -./3.2.py
+ -./3.3.py
+ -./3.4.py
+ -./3.5.py
+ -./3.6.py
+ -./3.7.py
17
./3.8.py
18
./3.9.py
0 commit comments