birdwm

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

commit 47727532d9c5261acf9008eeead46e87f2b1f8db
parent c6bd781e05116c082783b620c43bec05fc0602ef
Author: grouse <bdmfegys@duck.com>
Date:   Wed, 13 Dec 2023 17:07:08 -0500

remove options echo from Makefile

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

diff --git a/Makefile b/Makefile @@ -6,7 +6,8 @@ include config.mk SRC = drw.c dwm.c util.c OBJ = ${SRC:.c=.o} -all: options dwm +#all: options dwm +all: dwm options: @echo dwm build options: