From: notaz Date: Sun, 16 Jun 2013 16:46:11 +0000 (+0300) Subject: allow to specify config file X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e10b1284d3c6dcbd9790c1a9cd7560907b9692ff;p=cyclone68000.git allow to specify config file --- 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