mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-19 06:59:51 -05:00
A few makefile/autoconf fixes
This commit is contained in:
parent
b12fcceeb7
commit
8a40871645
3 changed files with 3 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ cairo_clients = flower screenshot terminal image view dnd
|
|||
all : $(egl_clients) $(cairo_clients)
|
||||
|
||||
clean :
|
||||
rm -f $(egl_clients) $(cairo_clients) *.o
|
||||
rm -f $(egl_clients) $(cairo_clients) *.o .*.deps
|
||||
|
||||
flower : flower.o window.o wayland-glib.o cairo-util.o
|
||||
gears : gears.o window.o wayland-glib.o cairo-util.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue