summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-12 00:14:03 -0300
committerEuAndreh <eu@euandre.org>2025-01-12 14:27:57 -0300
commit44d56f5311f98a8955c67638e7520963dbd4d845 (patch)
treefbb2c58c79f1730ff62c83cef116fb5c0e035dfe /Makefile
parentReplace src/config.h with <s.h>; incorporate changes from other projects (diff)
downloadpindaiba-44d56f5311f98a8955c67638e7520963dbd4d845.tar.gz
pindaiba-44d56f5311f98a8955c67638e7520963dbd4d845.tar.xz
Revamp lib, simplify it a bit and address some FIXMEs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f89520b..a1f6453 100644
--- a/Makefile
+++ b/Makefile
@@ -81,9 +81,12 @@ derived-assets = \
$(NAME).bin \
side-assets = \
- tests/catalog.c.txt \
tests/logerr.c.txt \
+ tests/msgs.c.txt \
+ tests/testing.c.txt \
tests/trace.c.txt \
+ tests/util.c.txt \
+ tests/vector.c.txt \
@@ -101,7 +104,7 @@ src/main.o: src/$(NAME).h
$(archives):
$(AR) $(ARFLAGS) $@ $?
-tests/catalog.bin-check: src/$(NAME).en.cat
+tests/msgs.bin-check: src/$(NAME).en.cat
src/$(NAME).en.cat: tests/i18n.bin
env DUMP_TRANSLATABLE_STRINGS=1 $(EXEC)tests/i18n.bin | ifnew $*.msg
gencat $@ $*.msg