summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWormHeamer2025-10-27 23:41:58 -0400
committerWormHeamer2025-10-27 23:41:58 -0400
commit70ee897904b708d07f3cd0d823b5dad8536a4654 (patch)
tree6c290461f28c0ca88548b5e3b55002dc73f42610 /Makefile
parent0b5cf5d18142e715f7bba89c21eada34d3f77b54 (diff)
add watch.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1130156..6e6b8c9 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ debug: ${EXE}
${GDB} -ex start --args ./${EXE} ${RUNARGS}
clean:
- rm -fv ${EXE} ${OBJ}
+ rm -fv ${EXE} ${OBJ} out.pdf
${EXE}: ${OBJ}
${CC} ${LDFLAGS} ${OBJ} -o ${EXE} ${LDLIBS}