From 4377a6c5cfec50158762f3ef84920a2b068ebe5d Mon Sep 17 00:00:00 2001 From: Drake <53356436+Ruthenic@users.noreply.github.com> Date: Tue, 2 Nov 2021 10:01:16 -0400 Subject: [PATCH] Makefile: add comment. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b70e5bb..54c9157 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ install: @for prog in ${PROGS}; do \ ln ${DESTDIR}/usr/local/bin/dbox ${DESTDIR}/usr/local/bin/$$prog; \ done + #I sincerly hope that my `rm` is stable enough to do this. @for prog in ${EXCLUDE_PROGS}; do \ rm ${DESTDIR}/usr/local/bin/$$prog; \ done