diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-12-07 17:16:12 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-12-07 17:52:43 +0100 |
| commit | 881f7b4aa699291ae22db304dc9e259cb8331b58 (patch) | |
| tree | c690587b053352b785620e9f761daf170f5c8b47 /src | |
| parent | Fix makefile (diff) | |
| download | blind-881f7b4aa699291ae22db304dc9e259cb8331b58.tar.gz blind-881f7b4aa699291ae22db304dc9e259cb8331b58.tar.bz2 blind-881f7b4aa699291ae22db304dc9e259cb8331b58.tar.xz | |
Improve makefile
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 <maandree@kth.se>
Diffstat (limited to 'src')
| -rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
