Ver código fonte

Rebuild all object files after changing config.h

master
Bert 13 anos atrás
pai
commit
822ef72657
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver arquivo

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


Carregando…
Cancelar
Salvar