diff options
author | Bert <ber.t@gmx.com> | 2011-01-20 15:37:06 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-20 15:37:06 +0100 |
commit | 822ef72657b60902bd67e48fb339c1c6fc5e0e5a (patch) | |
tree | aeedb6c7755dfbeba60c462f5a0bb3028cb77b38 /Makefile | |
parent | 8b3b28300f3e9a7793fd6c18a0a114af58860e97 (diff) |
Rebuild all object files after changing config.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |