Ver código fonte

Fixed Makefile

master
Bert 14 anos atrás
pai
commit
fe281548fc
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@@ -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 $@ $<


Carregando…
Cancelar
Salvar