Explorar el Código

Fix linker command line

master
Bert Münnich hace 7 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)
@echo "LINK $@"
$(CC) $(LDFLAGS) -o $@ $(OBJ) $(LDLIBS)
$(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS)

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


Cargando…
Cancelar
Guardar