1-multichannel #1
5
makefile
5
makefile
@@ -22,8 +22,11 @@ clean:
|
|||||||
rm -f looper integration_test src/*.o
|
rm -f looper integration_test src/*.o
|
||||||
|
|
||||||
check:
|
check:
|
||||||
cppcheck --enable=all --error-exitcode=1 src/*.c
|
cppcheck --enable=all --error-exitcode=1 src/*.c --library=posix .
|
||||||
|
|
||||||
# Optional: Format code using clang-format
|
# Optional: Format code using clang-format
|
||||||
format:
|
format:
|
||||||
clang-format -i src/*.c
|
clang-format -i src/*.c
|
||||||
|
|
||||||
|
install-hooks:
|
||||||
|
git config core.hooksPath .githooks
|
||||||
|
|||||||
Reference in New Issue
Block a user