aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-20 15:37:06 +0100
committerBert <ber.t@gmx.com>2011-01-20 15:37:06 +0100
commit822ef72657b60902bd67e48fb339c1c6fc5e0e5a (patch)
treeaeedb6c7755dfbeba60c462f5a0bb3028cb77b38 /Makefile
parent8b3b28300f3e9a7793fd6c18a0a114af58860e97 (diff)
downloadnsxiv-822ef72657b60902bd67e48fb339c1c6fc5e0e5a.tar.zst
Rebuild all object files after changing config.h
Diffstat (limited to 'Makefile')
-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