dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit b237ea0e45cf9f4abfb35d7af609a4d0a7d1218f
parent 2c08d0b4213ede2b1156abb142254bfb869068d5
Author: Guido Cella <guidocella91@gmail.com>
Date:   Fri, 28 Aug 2020 15:17:38 +0200

simplify make clean

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

diff --git a/Makefile b/Makefile @@ -41,7 +41,7 @@ dwl.o: config.h xdg-shell-protocol.h wlr-layer-shell-unstable-v1-protocol.h dwl: xdg-shell-protocol.o wlr-layer-shell-unstable-v1-protocol.o clean: - rm -f dwl *.o xdg-shell-protocol.h xdg-shell-protocol.c wlr-layer-shell-unstable-v1-protocol.h wlr-layer-shell-unstable-v1-protocol.c + rm -f dwl *.o *-protocol.h *-protocol.c .DEFAULT_GOAL=dwl .PHONY: clean