diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
