summaryrefslogtreecommitdiff
path: root/test/spass/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/spass/Makefile')
-rw-r--r--test/spass/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spass/Makefile b/test/spass/Makefile
index 30832f8..536488b 100644
--- a/test/spass/Makefile
+++ b/test/spass/Makefile
@@ -28,7 +28,7 @@ TIME=xtime -o /dev/null # Xavier's hack
#TIME=time >/dev/null # Otherwise
bench:
- $(TIME) ./spass problem.dfg
+ @echo -n "spass: "; $(TIME) ./spass problem.dfg
depend:
gcc -MM $(SRCS) > .depend