We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8511a commit c13a54cCopy full SHA for c13a54c
mate-panel/wayland-protocols/Makefile.am
@@ -15,3 +15,9 @@ xdg-shell-client-protocol.h: xdg-shell.xml
15
xdg-shell-protocol.c: xdg-shell.xml
16
wayland-scanner -c code xdg-shell.xml xdg-shell-protocol.c
17
endif
18
+
19
+clean:
20
+ rm -f wlr-layer-shell-unstable-v1-client-protocol.h
21
+ rm -f wlr-layer-shell-unstable-v1-protocol.c
22
+ rm -f xdg-shell-client-protocol.h
23
+ rm -f xdg-shell-protocol.c
0 commit comments