From e10b1284d3c6dcbd9790c1a9cd7560907b9692ff Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 16 Jun 2013 19:46:11 +0300 Subject: [PATCH] allow to specify config file --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4849d98..703cf35 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ CFLAGS += -Wall -ggdb +ifdef CONFIG_FILE +CFLAGS += -DCONFIG_FILE=$(CONFIG_FILE) +endif CXXFLAGS += $(CFLAGS) OBJS = Main.o Ea.o OpAny.o OpArith.o OpBranch.o OpLogic.o OpMove.o Disa/Disa.o -- 2.39.2