rename tags to tag
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user