Adopt BSD make ports framework

This commit is contained in:
Michal S.
2026-07-30 22:39:06 +01:00
parent 6dfbfa1938
commit 89399dc6b4
13 changed files with 433 additions and 36 deletions
+7
View File
@@ -1,4 +1,11 @@
BMAKE ?= bmake
.PHONY: check
check:
./tests/check-layout.sh
@if command -v "$(BMAKE)" >/dev/null 2>&1; then \
"$(BMAKE)" -f tests/framework.mk check; \
else \
printf '%s\n' "bmake parse check skipped: bmake is unavailable"; \
fi

Before

Width:  |  Height:  |  Size: 47 B

After

Width:  |  Height:  |  Size: 239 B