Fixed Makefile

pull/12/head
Bert 13 years ago
parent 2e1d752777
commit fe281548fc

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

Loading…
Cancel
Save