aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6644ee..326ecd4 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ OBJFILES=$(SRCFILES:.c=.o)
sxiv: $(OBJFILES)
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
-%.o: %.c Makefile
+%.o: %.c Makefile config.h
$(CC) $(CFLAGS) -c -o $@ $<
install: all