Loic Coenen
|
2c868cabe2
|
fix: remove leading whitespace from test target in makefile
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
|
2026-05-07 22:32:40 +00:00 |
|
Loic Coenen
|
7e7b12c89a
|
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>
|
2026-05-07 22:09:59 +00:00 |
|
Loic Coenen
|
2b35be36fb
|
fix: link JACK and math libraries in integration test build
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
|
2026-05-07 21:17:51 +00:00 |
|
Loic Coenen
|
6d7dd3769b
|
feat: add integration test target to Makefile
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
|
2026-05-07 20:36:25 +00:00 |
|
Loic Coenen
|
7014aa9e34
|
feat: add initial JACK audio looper with MIDI control
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
|
2026-05-07 20:11:05 +00:00 |
|
Loic Coenen
|
14236b9312
|
feat: add main source file and makefile
|
2026-05-07 20:11:04 +00:00 |
|