summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-11-21 11:04:08 -0300
committerEuAndreh <eu@euandre.org>2025-01-17 09:51:33 -0300
commit65de65ce1e34efeb421974bcb5ddd85fb53253bb (patch)
tree62c37d832885d9a1113369db4e27563c4dbbcdb8 /Makefile
parentsrc/papod.go: Integrate db layer with network, create command handlers, simpl... (diff)
downloadpapod-65de65ce1e34efeb421974bcb5ddd85fb53253bb.tar.gz
papod-65de65ce1e34efeb421974bcb5ddd85fb53253bb.tar.xz
Implement most of db layer
Many missing implementations or tests are marked with FIXME so I don't loose track of holes in the code.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ddbe3cd..316e8e8 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ derived-assets = \
$(NAME).bin \
side-assets = \
- $(NAME).db* \
+ *$(NAME).db* \
tests/functional/*/*.go.db* \
tests/fuzz/corpus/ \
tests/benchmarks/*/main.txt \