update make clean

このコミットが含まれているのは:
Guido Cella 2020-08-26 21:01:03 +02:00
コミット d61658bdd7
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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
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
.DEFAULT_GOAL=dwl
.PHONY: clean