Makefile
changeset 73 d0578510aea1
parent 71 9ac5a589211e
child 74 829976007e62
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
      RM = rm -f
    FIND = find
 
-ifeq ("$(PROFILING)", "linux")
+ifeq ("$(PROFILER)", "linux")
    PROF = -fprofile-arcs -ftest-coverage -pg
 endif