birdwm

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

commit 463c7b570f75c49350f6820a5ea1b0f54e837364
parent 9816d3ceea24e04342dd3fb600e32741817cbeea
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun, 19 May 2024 17:49:27 -0400

Makefile: simplify clean target

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -30,7 +30,7 @@ birdwm: ${OBJ} [ -z "$(which upx)" ] && upx birdwm; clean: - rm -f ./*.rej ./*.orig birdwm ${OBJ} birdwm-${VERSION}.tar.gz + rm -f *.rej *.orig birdwm ${OBJ} birdwm-${VERSION}.tar.gz dist: clean mkdir -p birdwm-${VERSION}