summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-04-26 12:20:06 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-04-26 12:20:06 -0700
commitb749877e5ea0d1112025c9c77852094d7c4b01dc (patch)
treee2b01b6537786e11fc0ade085cd3370d2d91ab41 /Makefile
parent887a0b4294001c95187eeaeff20ad748125466d7 (diff)
Partly revert Makefile compatibility
Apparently GNU make doesn't like adding dependencies on that style of pattern rule specification. This reverts part of 887a0b4294001c95187eeaeff20ad748125466d7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d0056c..322bc25 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ check: fzytest
fzy: $(OBJECTS)
$(CC) $(CFLAGS) $(CCFLAGS) -o $@ $(OBJECTS)
-.c.o: config.h
+%.o: %.c config.h
$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
config.h: