From b33b576e882e8c17ee06cf301bf50a1f26a230ec Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 25 Dec 2015 01:06:50 +0000 Subject: [PATCH] Update makefile for of 0.9.0, close #34 --- example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Makefile b/example/Makefile index 7a7fe8b..8d8e4c0 100644 --- a/example/Makefile +++ b/example/Makefile @@ -6,7 +6,7 @@ endif # make sure the the OF_ROOT location is defined ifndef OF_ROOT - OF_ROOT=../../.. + OF_ROOT=$(realpath ../../..) endif # call the project makefile!