summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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