summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-21 08:37:45 +1000
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-21 08:37:45 +1000
commit4d42b317f4970bd08f9b81fcc184fc015736ff58 (patch)
tree586e7477034c33db442fd5eea1986bff594a7c96 /Makefile
parent0a2dd22857b636c4d8f89fc49b034ac0e493d1bf (diff)
chore(Makefile): Remove log message on opening coverage report in browser
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e25b867..ec46d90 100644
--- a/Makefile
+++ b/Makefile
@@ -73,5 +73,4 @@ coverage: clean
lcov --list coverage.info
@echo ""
@echo "HTML report generated at coverage/index.html"
- @echo "Opening with browser..."
.PHONY: all clean debug release asan test test-png gdb bench coverage \ No newline at end of file