From 041d63e3ee97ab96611ab251866c92d57116de68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 18 Aug 2010 20:45:43 -0400 Subject: [PATCH] Add clean target for data/ so make clean works again --- data/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/Makefile b/data/Makefile index bc57d232..0d57e963 100644 --- a/data/Makefile +++ b/data/Makefile @@ -16,6 +16,8 @@ cursor_images = \ all : +clean : + install : install -d $(datadir)/wayland install $(cursor_images) $(datadir)/wayland