feat: add empty pthread target

This commit is contained in:
Nemo D'ACREMONT 2025-03-14 17:59:07 +01:00
parent 53b936555b
commit af5b30f4a2
No known key found for this signature in database
GPG Key ID: 85F245EC3BB1E022

View File

@ -54,6 +54,10 @@ valgrind: build
.PHONY: build .PHONY: build
build: ${bins_target} build: ${bins_target}
.PHONY: pthreads
pthreads:
true
.PHONY: check .PHONY: check
check: check:
true true