# HG changeset patch # User Mike Becker # Date 1788430385 -7200 # Node ID 31d73d150c76a921dff01f5ed0adf0ff88db103c # Parent cf7b86d79d351795e19cbd6e31548a7f49f871d2 make all should really build all (including the tests) we removed the tests from the all-target initially because they will cause warnings with compilers not supporting C23 but we should not care too much about this diff -r cf7b86d79d35 -r 31d73d150c76 Makefile --- a/Makefile Thu Sep 03 11:54:19 2026 +0200 +++ b/Makefile Thu Sep 03 12:13:05 2026 +0200 @@ -28,7 +28,7 @@ include config.mk -all: app +all: app tests app: $(BUILDDIR) FORCE cd src && $(MAKE)