summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
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)