makefile
```makefile <<<<<<< SEARCH .PHONY: clean integration ======= .PHONY: clean integration test >>>>>>> REPLACE ``` makefile ```makefile <<<<<<< SEARCH ./integration_test ======= ./integration_test test: integration >>>>>>> REPLACE ``` Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
4
makefile
4
makefile
@@ -9,6 +9,8 @@ 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
|
||||||
|
|
||||||
.PHONY: clean integration
|
test: integration
|
||||||
|
|
||||||
|
.PHONY: clean integration test
|
||||||
clean:
|
clean:
|
||||||
rm -f looper integration_test
|
rm -f looper integration_test
|
||||||
|
|||||||
Reference in New Issue
Block a user