From f650107a94e10c820e478a32457683cdb17ed2c4 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Thu, 9 Apr 2020 14:30:03 +0200 Subject: Makefile... --- test/monniaux/minisat/Makefile.profiled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux/minisat/Makefile.profiled') diff --git a/test/monniaux/minisat/Makefile.profiled b/test/monniaux/minisat/Makefile.profiled index 5489bca3..3960bc29 100644 --- a/test/monniaux/minisat/Makefile.profiled +++ b/test/monniaux/minisat/Makefile.profiled @@ -8,7 +8,7 @@ EXECUTE=k1-cluster -- EXECUTE_CYCLES=k1-cluster --cycle-based -- EXAMPLE=sudoku.sat -ALL=minisat.ccomp.log minisat.ccomp.branch_linearize.log minisat.ccomp.profiled.log minisat.gcc-O3.log minisat.gcc-O3.profiled.log +ALL=minisat.ccomp.log minisat.ccomp.trace-linearize.log minisat.ccomp.profiled.log minisat.gcc-O3.log minisat.gcc-O3.profiled.log all: $(ALL) -- cgit