summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-09-14 19:42:43 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-09-14 20:53:52 -0700
commit854c2bdd159b5ca1d10db2603fcb448ebe8fdcba (patch)
treefcbbcded7368dd6bfbfefcc79031914245ead7fb /Makefile
parenteef1eb52777c21e55ebc030b3ac6eb25fb4411ba (diff)
Cleanup headers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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