From 1687c00b1642d1e2fe3fbfe4eedf93123e1d6804 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 16 May 2014 17:50:57 -0400 Subject: Refactor main.c to take configuration on the command line instead of #defines. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3