diff options
| author | Guido Cella <guidocella91@gmail.com> | 2020-08-28 15:17:38 +0200 | 
|---|---|---|
| committer | Guido Cella <guidocella91@gmail.com> | 2020-08-28 15:17:38 +0200 | 
| commit | b237ea0e45cf9f4abfb35d7af609a4d0a7d1218f (patch) | |
| tree | f4f68160d0275a69d954e8367f2d4046a431ebae | |
| parent | 2c08d0b4213ede2b1156abb142254bfb869068d5 (diff) | |
simplify make clean
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
