diff options
| author | EuAndreh <eu@euandre.org> | 2024-11-21 11:04:08 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-01-17 09:51:33 -0300 |
| commit | 65de65ce1e34efeb421974bcb5ddd85fb53253bb (patch) | |
| tree | 62c37d832885d9a1113369db4e27563c4dbbcdb8 /Makefile | |
| parent | src/papod.go: Integrate db layer with network, create command handlers, simpl... (diff) | |
| download | papod-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
