diff --git a/HACKING b/HACKING index 19c72a701..fd19af6d1 100644 --- a/HACKING +++ b/HACKING @@ -125,7 +125,7 @@ Running coverage tests First, compile (and link) Spot with coverage enabled. - % ./configure CXX='gcc --coverage' + % ./configure CXX='g++ --coverage' % make Then run the test suite (or any program you want to study).