Explorar el Código

Rebuild all object files after changing config.h

master
Bert hace 14 años
padre
commit
822ef72657
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

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


Cargando…
Cancelar
Guardar