1-multichannel #1
7
makefile
7
makefile
@@ -20,3 +20,10 @@ test: integration
|
|||||||
.PHONY: clean integration test
|
.PHONY: clean integration test
|
||||||
clean:
|
clean:
|
||||||
rm -f looper integration_test src/*.o
|
rm -f looper integration_test src/*.o
|
||||||
|
|
||||||
|
check:
|
||||||
|
cppcheck --enable=all --error-exitcode=1 src/*.c
|
||||||
|
|
||||||
|
# Optional: Format code using clang-format
|
||||||
|
format:
|
||||||
|
clang-format -i src/*.c
|
||||||
|
|||||||
Reference in New Issue
Block a user