```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>
343 B
343 B