Explorar el Código

Accept user-defined LDFLAGS in Makefile

Diff by Ypnose
master
sin hace 9 años
padre
commit
2bed0dd175
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -15,7 +15,7 @@ BIN = noice
all: $(BIN)

$(BIN): $(OBJ)
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LDLIBS)
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LDFLAGS) $(LDLIBS)

noice.o: util.h config.h
strlcat.o: util.h


Cargando…
Cancelar
Guardar