@@ -20,3 +20,10 @@ test: integration
.PHONY: clean integration test
clean:
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
The note is not visible to the blocked user.