commit 46ee7d7e42e0d86a145531361b2f1c4319f0802d parent 88a932e7b40e752c9551cae61cd520251a18f5b5 Author: Cem Keylan <cem@ckyln.com> Date: Thu, 2 Jan 2020 13:21:25 +0300 add recursive flag Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -12,6 +12,6 @@ install: uninstall: ${RM} ${DESTDIR}${BINDIR}/gen-motd - ${RM} ${DESTDIR}/${SHAREDIR}/motd-scripts + ${RM} -r ${DESTDIR}/${SHAREDIR}/motd-scripts .PHONY: install uninstall