summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-21 08:24:55 +1000
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-21 08:24:55 +1000
commitb36db772c2bf9f5702633d094563661d3705e1f1 (patch)
treeb49367078798937309b1c5aee5a6cd99697152fc /Makefile
parenta03feadd2a5a247b719e3798468eec13bc25fc48 (diff)
fix(Makefile): Remove xdg-open to open coverage reports on target run
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3031f3..e25b867 100644
--- a/Makefile
+++ b/Makefile
@@ -74,5 +74,4 @@ coverage: clean
@echo ""
@echo "HTML report generated at coverage/index.html"
@echo "Opening with browser..."
- xdg-open coverage/index.html
.PHONY: all clean debug release asan test test-png gdb bench coverage \ No newline at end of file