diff options
-rw-r--r-- | mate-panel/wayland-protocols/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mate-panel/wayland-protocols/Makefile.am b/mate-panel/wayland-protocols/Makefile.am index 4eb5f35c..05ba45c4 100644 --- a/mate-panel/wayland-protocols/Makefile.am +++ b/mate-panel/wayland-protocols/Makefile.am @@ -15,3 +15,9 @@ xdg-shell-client-protocol.h: xdg-shell.xml xdg-shell-protocol.c: xdg-shell.xml wayland-scanner -c code xdg-shell.xml xdg-shell-protocol.c endif + +clean: + rm -f wlr-layer-shell-unstable-v1-client-protocol.h + rm -f wlr-layer-shell-unstable-v1-protocol.c + rm -f xdg-shell-client-protocol.h + rm -f xdg-shell-protocol.c |