Browse Source

Rebuild all object files after changing config.h

master
Bert 13 years ago
parent
commit
822ef72657
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -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…
Cancel
Save