From 7570fcf7ede68836f65d3bc45976009a04b75ae4 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sat, 26 Jul 2014 02:37:24 -0700 Subject: Move declarations into fzy.h --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6253311..ba1de16 100644 --- a/Makefile +++ b/Makefile @@ -11,5 +11,8 @@ test: testscore fzy: fzy.o match.o $(CC) $(CCFLAGS) -o $@ $^ +%.o: %.c fzy.h + $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< + clean: $(RM) fzy testscore *.o -- cgit v1.2.3