From 22291402d329a49ab8ab4a272344cab902b2ab3b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 20 Jun 2015 00:04:59 -0400 Subject: Add initial support for colorized output. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77da3e5..df28a54 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ALL_CPPFLAGS = $(LOCAL_CPPFLAGS) $(CPPFLAGS) ALL_CFLAGS = $(ALL_CPPFLAGS) $(LOCAL_CFLAGS) $(CFLAGS) $(DEPFLAGS) ALL_LDFLAGS = $(LDFLAGS) -bfs: bfs.o bftw.o +bfs: bfs.o bftw.o color.o $(CC) $(ALL_CFLAGS) $(ALL_LDFLAGS) $^ -o $@ %.o: %.c -- cgit v1.2.3