Explorar el Código

Fix linker command line

master
Bert Münnich hace 8 años
padre
commit
9b6acc781e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -34,7 +34,7 @@ config.h:


sxiv: $(OBJ) sxiv: $(OBJ)
@echo "LINK $@" @echo "LINK $@"
$(CC) $(LDFLAGS) -o $@ $(OBJ) $(LDLIBS)
$(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS)


clean: clean:
rm -f $(OBJ) $(DEP) sxiv rm -f $(OBJ) $(DEP) sxiv


Cargando…
Cancelar
Guardar