From 881f7b4aa699291ae22db304dc9e259cb8331b58 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Dec 2017 17:16:12 +0100 Subject: Improve makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Almost fully (to the greatest extent possible) portable. Do not rebuild everything everytime a .c file is added. However, there is some minor oddities to allow use of -j. Signed-off-by: Mattias Andrée --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 731094d..a06bc16 100644 --- a/src/common.h +++ b/src/common.h @@ -17,7 +17,7 @@ # pragma GCC diagnostic ignored "-Wfloat-conversion" #endif -#include "../platform.h" +#include "../build/platform.h" #include "stream.h" #include "util.h" #include "video-math.h" -- cgit v1.2.3-70-g09d2