summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}