summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-09-03 20:14:10 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2022-09-03 23:33:35 +0200
commita83c83ee8cc500f3128902a1c1c47c9ba2ae4981 (patch)
tree81c1f5ae649ccac932b35b057b18a7b8bf2bdba5 /Makefile
parentbdf796fffe54f7b80224b0ed342a91fd9d49d5cf (diff)
Extract some data
Sort data according to the compilation using they belong to. Extract background animations.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6d3fe7b..cdf51352 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ override CFLAGS += -O2 -Wimplicit -Wparentheses -Werror -Wno-multichar -g3
# override CFLAGS += -g
# endif
-CPPFLAGS := -I tools/agbcc -I tools/agbcc/include -iquote include -nostdinc -undef -D$(GAME_VERSION) -DREVISION=$(REVISION) -D$(GAME_LANGUAGE)
+CPPFLAGS := -I tools/agbcc -I tools/agbcc/include -iquote include -nostdinc -undef -D$(GAME_VERSION) -DREVISION=$(REVISION) -D$(GAME_LANGUAGE) -I $(OBJ_DIR)
LDFLAGS = -Map ../../$(MAP)