diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-09-03 20:14:10 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-09-03 23:33:35 +0200 |
| commit | a83c83ee8cc500f3128902a1c1c47c9ba2ae4981 (patch) | |
| tree | 81c1f5ae649ccac932b35b057b18a7b8bf2bdba5 /Makefile | |
| parent | bdf796fffe54f7b80224b0ed342a91fd9d49d5cf (diff) | |
Extract some data
Sort data according to the compilation using they belong to.
Extract background animations.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
