Makefile

changeset 214
31d73d150c76
parent 193
d1420f5c5704
--- 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)

mercurial