From 2c868cabe22073579d42a284acc62ef0d38e23f6 Mon Sep 17 00:00:00 2001 From: Loic Coenen Date: Thu, 7 May 2026 22:32:40 +0000 Subject: [PATCH] fix: remove leading whitespace from test target in makefile Co-authored-by: aider (deepseek/deepseek-reasoner) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index cbed4a8..b2049a0 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,7 @@ integration: looper tests/integration.c $(CC) $(CFLAGS) -o integration_test tests/integration.c -ljack -lm ./integration_test - test: integration +test: integration .PHONY: clean integration test clean: