birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b9e752d997b035e29d95369231e20233f11c125f
parent a9298621fbea1e0791d0475dfa715c54bbfc28c6
Author: grouse <bdmfegys@duck.com>
Date:   Thu, 28 Dec 2023 23:08:25 -0500

change full target for make to only build, and move old full target to fullinstall target

Diffstat:
MMakefile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -52,6 +52,11 @@ uninstall: ${DESTDIR}${MANPREFIX}/man1/dwm.1 full: + make -C slock + make -C slstatus + make + +fullinstall: make -C slock install make -C slstatus install make install