summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWormHeamer2025-08-02 03:12:16 -0400
committerWormHeamer2025-08-02 03:12:16 -0400
commit91fa8591204386b8e471e5fadc9843362fa10d87 (patch)
treeca9ae5ffa71b6c2cdaa3015a65f07fadf6321f8a
parent86285533c637d673dc14d4e34530ce8864831600 (diff)
dot graph visualization when running
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8693d09..48e0b1c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ BINDIR = ${PREFIX}/bin
all: ${EXE}
run: ${EXE}
- ./${EXE} ${RUNARGS}
+ ./${EXE} ${RUNARGS} | dot -Tpng | feh -
debug: ${EXE}
${GDB} -ex start --args ./${EXE} ${RUNARGS}