From 3fddb519f01ca53f1fd6f5c24e154912b25d1138 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 17 Jul 2018 09:57:10 +0200 Subject: Move include/$arch to include/arch/$arch to be consistent with src/ hierarchy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b7089b4..e5dc27d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ default: build/system.elf -INCLUDES = -Iinclude +INCLUDES = -Iinclude -Iinclude/arch/${arch} COMMON_FLAGS = -g -Os -Wall -Wextra -fno-rtti CFLAGS = -std=c99 CXXFLAGS = -std=c++14 -- cgit v1.2.3