Rebuild all object files after changing config.h
This commit is contained in:
parent
8b3b28300f
commit
822ef72657
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ OBJFILES=$(SRCFILES:.c=.o)
|
|||||||
sxiv: $(OBJFILES)
|
sxiv: $(OBJFILES)
|
||||||
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
|
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
|
||||||
|
|
||||||
%.o: %.c Makefile
|
%.o: %.c Makefile config.h
|
||||||
$(CC) $(CFLAGS) -c -o $@ $<
|
$(CC) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user