birdwm

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

commit 9816d3ceea24e04342dd3fb600e32741817cbeea
parent 8d578a7b705ab52be970296ac566130e4ae902dd
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun, 19 May 2024 17:46:28 -0400

Makefile: add upx program checking line for compressing binaries

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

diff --git a/Makefile b/Makefile @@ -27,6 +27,7 @@ config.h: birdwm: ${OBJ} ${CC} -o $@ ${OBJ} ${LDFLAGS} + [ -z "$(which upx)" ] && upx birdwm; clean: rm -f ./*.rej ./*.orig birdwm ${OBJ} birdwm-${VERSION}.tar.gz