fix: remove leading whitespace from test target in makefile

Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-07 22:32:40 +00:00
parent 3e291a9b58
commit 2c868cabe2

View File

@@ -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: