Rebuild all object files after changing config.h

master
Bert 2011-01-20 15:37:06 +01:00
parent 8b3b28300f
commit 822ef72657
1 changed files with 1 additions and 1 deletions

View File

@ -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