From ddf9bea20b1f4176c58bc1644a076fef2258b851 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 5 Oct 2025 00:21:28 +0200 Subject: [PATCH] remove tags as a dependency for test it does notMake that much sense to have it like that in the first place. It was for convenience, but it then requires the ci/cd pipeline to have ctags installed and maybe other config. so screw it --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8347375..9719f5c 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ TESTBIN := /tmp/all_tests .PHONY: test -test: tags +test: @echo "Discovering test files..." @files=$$(find . -type f -name 'test*.c'); \ if [ -z "$$files" ]; then \