From a0e3fa850366b27aa2369f5f0d028298cb35f0bf Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 25 Apr 2026 01:07:50 +0200 Subject: [PATCH] rename tags to tag --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index f870ced..8f8456c 100644 --- a/justfile +++ b/justfile @@ -29,5 +29,5 @@ test_memcheck: build build: find "$PWD" -type f -name 'test*.c' | xargs -r {{CC}} {{CFLAGS}} _allocator_impl.c -o {{TESTBIN}} {{LDFLAGS}} -tags: +tag: find "$PWD" -type f \( -name '*.c' -o -name '*.h' \) | xargs ctags