summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b55c57c..a4f8280 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ kd-forest: kd-forest.c kd-forest.h util.c util.h color.c color.h main.c
$(CC) $(CFLAGS) $(LDFLAGS) kd-forest.c util.c color.c main.c $(LIBS) -o kd-forest
kd-forest.png: kd-forest
- ./kd-forest
+ ./kd-forest -b 24 -s -c Lab -o kd-forest.png
image: kd-forest.png