From d600d08364c109f8a1349f755e684e177f8154aa Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 14 Feb 2017 09:36:42 +0330 Subject: includes macros.mk --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index cd7de9f..95ab535 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,7 @@ +######################################INCLUDES################################# +include macros.mk + #######################################VARS#################################### CXX?=clang++ LLVM_CONF?=llvm-config -- cgit v1.2.3