Makefile: add comment.

master
Drake 3 years ago committed by GitHub
parent 353fc8565a
commit 4377a6c5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save