From 854c2bdd159b5ca1d10db2603fcb448ebe8fdcba Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sun, 14 Sep 2014 19:42:43 -0700 Subject: Cleanup headers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e997299..37f9b54 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ test: fzytest fzy: fzy.o match.o tty.o choices.o $(CC) $(CFLAGS) $(CCFLAGS) -o $@ $^ -%.o: %.c fzy.h +%.o: %.c $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< install: fzy -- cgit v1.2.3