things are fucky wucky

This commit is contained in:
2025-11-06 19:42:59 +01:00
parent 75eecb3a47
commit d36b6d2c45
4 changed files with 32 additions and 11 deletions
-1
View File
@@ -19,7 +19,6 @@ test:
valgrind --leak-check=full --show-leak-kinds=all --trace-children=yes --error-exitcode=1 $(TESTBIN); \
fi
PROJECT_ROOT := $(shell pwd)
PROJECT_C_FILES := $(shell find $(PROJECT_ROOT) \( -name '*.c' -o -name '*.h' \))
CRITERION_HEADERS := $(shell find /usr/include/criterion)