Skip to content

Commit ee8ef0c

Browse files
Randy BryantRandy Bryant
Randy Bryant
authored and
Randy Bryant
committedNov 27, 2020
Enable selection of Python version
1 parent 5127e31 commit ee8ef0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎benchmarks/pigeon-data/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VLEVEL = 1
55
GENERATOR = $(INTERP) ../pigeon-tseitin.py
66
SOLVER = $(INTERP) ../../solver/pgbdd.py
77
CHECKER = ../../lrat/lrat-check
8-
GRABBER = ../grab_data.py
8+
GRABBER = $(INTERP) ../grab_data.py
99
DDEST = ../../pigeon-results.txt
1010

1111
test: c

0 commit comments

Comments
 (0)
Please sign in to comment.