Explorar el Código

Fixed Makefile

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

+ 1
- 1
Makefile Ver fichero

@@ -13,7 +13,7 @@ SRC = image.c main.c options.c thumbs.c util.c window.c
OBJ = $(SRC:.c=.o)

sxiv: $(OBJ)
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
$(CC) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)

.c.o: Makefile config.h
$(CC) $(CFLAGS) -c -o $@ $<


Cargando…
Cancelar
Guardar