Fix linker command line
This commit is contained in:
parent
5b5dc74195
commit
9b6acc781e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -34,7 +34,7 @@ config.h:
|
|||
|
||||
sxiv: $(OBJ)
|
||||
@echo "LINK $@"
|
||||
$(CC) $(LDFLAGS) -o $@ $(OBJ) $(LDLIBS)
|
||||
$(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS)
|
||||
|
||||
clean:
|
||||
rm -f $(OBJ) $(DEP) sxiv
|
||||
|
|
Loading…
Add table
Reference in a new issue