You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
239 B

  1. --- a/src/Makefile
  2. +++ b/src/Makefile
  3. @@ -61,7 +61,7 @@ all: $(BIN)
  4. $(BIN): $(OBJ)
  5. @echo "[Link $(BIN)] with libs $(LIBS)"
  6. - @$(CC) -o $(BIN) $(OBJ) $(LIBS)
  7. + @$(CC) -o $(BIN) $(OBJ) $(LDFLAGS) $(LIBS)
  8. .c.o:
  9. @echo "[Compile $<]"