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 \