rename tags to tag

This commit is contained in:
2026-04-25 01:07:50 +02:00
parent 0a6e089581
commit a0e3fa8503
+1 -1
View File
@@ -29,5 +29,5 @@ test_memcheck: build
build: build:
find "$PWD" -type f -name 'test*.c' | xargs -r {{CC}} {{CFLAGS}} _allocator_impl.c -o {{TESTBIN}} {{LDFLAGS}} 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 find "$PWD" -type f \( -name '*.c' -o -name '*.h' \) | xargs ctags