notaz.gp2x.de
/
cyclone68000.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b9d214
)
allow to specify config file
author
notaz
<notasas@gmail.com>
Sun, 16 Jun 2013 16:46:11 +0000
(19:46 +0300)
committer
notaz
<notasas@gmail.com>
Sun, 16 Jun 2013 16:46:11 +0000
(19:46 +0300)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
4849d98
..
703cf35
100644
(file)
--- 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