Skip to content

Commit c13a54c

Browse files
wmwwlukefromdc
authored andcommitted
Remove generated Wayland files on make clean
1 parent 9b8511a commit c13a54c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mate-panel/wayland-protocols/Makefile.am

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ xdg-shell-client-protocol.h: xdg-shell.xml
1515
xdg-shell-protocol.c: xdg-shell.xml
1616
wayland-scanner -c code xdg-shell.xml xdg-shell-protocol.c
1717
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

Comments
 (0)