Rebuild all object files after changing config.h
This commit is contained in:
parent
8b3b28300f
commit
822ef72657
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue