diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-25 13:38:40 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-25 13:38:40 -0400 |
| commit | 8a4087164587b48ae34e421b5b3f90b5f6d4650a (patch) | |
| tree | a9187703095c902407b3a686a5a39e641d4f8ef1 /clients/Makefile | |
| parent | Update to EGL_MESA_drm_image from mesa master (diff) | |
| download | wayland-8a4087164587b48ae34e421b5b3f90b5f6d4650a.tar wayland-8a4087164587b48ae34e421b5b3f90b5f6d4650a.tar.gz wayland-8a4087164587b48ae34e421b5b3f90b5f6d4650a.tar.bz2 wayland-8a4087164587b48ae34e421b5b3f90b5f6d4650a.tar.lz wayland-8a4087164587b48ae34e421b5b3f90b5f6d4650a.tar.xz wayland-8a4087164587b48ae34e421b5b3f90b5f6d4650a.tar.zst wayland-8a4087164587b48ae34e421b5b3f90b5f6d4650a.zip | |
A few makefile/autoconf fixes
Diffstat (limited to 'clients/Makefile')
| -rw-r--r-- | clients/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/Makefile b/clients/Makefile index 9e73182..85c6d4b 100644 --- a/clients/Makefile +++ b/clients/Makefile @@ -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 |
