From a0e43a027e6d918ae566e3c438695717f4ed9bba Mon Sep 17 00:00:00 2001 From: Niv Sardi Date: Fri, 8 Jun 2007 16:01:54 +0200 Subject: fix makefile --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a3576aa..dd9d7d5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ APPS = \ cairo-test \ - von-wait + von-wait \ + cairo-bclock \ + cairo-rule CFLAGS = -ggdb -Wall @@ -10,4 +12,4 @@ LDFLAGS += `pkg-config gtk+-2.0 librsvg-2.0 --libs` all: $(APPS) clean: - $(RM): $(APPS) + $(RM) $(APPS) -- cgit v1.2.3