fix: remove leading whitespace from test target in makefile
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
2
makefile
2
makefile
@@ -9,7 +9,7 @@ integration: looper tests/integration.c
|
|||||||
$(CC) $(CFLAGS) -o integration_test tests/integration.c -ljack -lm
|
$(CC) $(CFLAGS) -o integration_test tests/integration.c -ljack -lm
|
||||||
./integration_test
|
./integration_test
|
||||||
|
|
||||||
test: integration
|
test: integration
|
||||||
|
|
||||||
.PHONY: clean integration test
|
.PHONY: clean integration test
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user