We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5127e31 commit ee8ef0cCopy full SHA for ee8ef0c
benchmarks/pigeon-data/Makefile
@@ -5,7 +5,7 @@ VLEVEL = 1
5
GENERATOR = $(INTERP) ../pigeon-tseitin.py
6
SOLVER = $(INTERP) ../../solver/pgbdd.py
7
CHECKER = ../../lrat/lrat-check
8
-GRABBER = ../grab_data.py
+GRABBER = $(INTERP) ../grab_data.py
9
DDEST = ../../pigeon-results.txt
10
11
test: c
0 commit comments