summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-06-12 10:39:26 -0300
committerEuAndreh <eu@euandre.org>2024-06-14 13:55:37 -0300
commitd4f58ba195470e180660cd551e9391af213327d7 (patch)
tree79ac2c9916afa11dac019d1ba1b6aeebe11e5669 /Makefile
parentRevert "src/int.h: Add minimized stdint.h types" (diff)
downloadpindaiba-d4f58ba195470e180660cd551e9391af213327d7.tar.gz
pindaiba-d4f58ba195470e180660cd551e9391af213327d7.tar.xz
src/trace.h: Init tracing functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a98c9be..60fee9d 100644
--- a/Makefile
+++ b/Makefile
@@ -78,8 +78,9 @@ derived-assets = \
$(NAME).bin \
side-assets = \
- tests/logerr.c.txt \
tests/catalog.c.txt \
+ tests/logerr.c.txt \
+ tests/trace.c.txt \