From 40d164972423056e8302bd67db9494b6e4b076b3 Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Mon, 27 Oct 2025 23:33:21 -0400 Subject: fix a bunch of warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b77cd62..1130156 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ BINDIR = ${PREFIX}/bin all: ${EXE} run: ${EXE} - ./${EXE} ${RUNARGS} | dot -Tpng | feh - + ./${EXE} ${RUNARGS} | dot -Tpng | feh -B white -Z - debug: ${EXE} ${GDB} -ex start --args ./${EXE} ${RUNARGS} -- cgit v1.2.3