summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20d6206..8a893c6 100644
--- a/Makefile
+++ b/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