From 1bd28ba3c43338724457bd2cfeb3c15c33347d39 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 13 Oct 2012 00:02:31 +0200 Subject: [PATCH 1/1] Rename PROFILE= to COVERAGE=. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 012a0e6..1d35c9d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CXXFLAGS=-Wall -g -I$(GTEST_DIR)/include $(shell pkg-config --cflags eigen3 ) LDFLAGS=-lSDL -lSDL_image -lGL -lrt -lpthread RANLIB=ranlib -ifeq ($(PROFILE),1) +ifeq ($(COVERAGE),1) CXXFLAGS += -fprofile-arcs -ftest-coverage LDFLAGS += -fprofile-arcs -ftest-coverage endif -- 2.39.2