birdwm

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

commit 7d159a7e234b7537314150e0d1ff383d803ed3a3
parent dc9d21b95cd032bdbd9cf718d255f8346b0f4de8
Author: grouse <bdmfegys@duck.com>
Date:   Sat, 23 Dec 2023 19:44:17 -0500

add fullclean flag to clean all subfolders, including birdwm root folder

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

diff --git a/Makefile b/Makefile @@ -56,4 +56,9 @@ full: make -C slstatus install make install +fullclean: + make -C slock clean + make -C slstatus clean + make clean + .PHONY: all options clean dist install uninstall