commit dc9d21b95cd032bdbd9cf718d255f8346b0f4de8
parent 042ae6fc351a30de90ac4c782601711d19acebbb
Author: grouse <bdmfegys@duck.com>
Date: Sat, 23 Dec 2023 19:42:29 -0500
add full flag for all included programs to install, including birdwm
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -51,4 +51,9 @@ uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/dwm\
${DESTDIR}${MANPREFIX}/man1/dwm.1
+full:
+ make -C slock install
+ make -C slstatus install
+ make install
+
.PHONY: all options clean dist install uninstall