summaryrefslogtreecommitdiff
path: root/src/common.make
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.make')
-rw-r--r--src/common.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.make b/src/common.make
index 6aa6e4b..438ff07 100644
--- a/src/common.make
+++ b/src/common.make
@@ -17,7 +17,7 @@ all: $(Out)
$(Out): $(Obj)
echo ""; echo "- Linking $@..."
- $(LD) $(LDFLAGS) $^ -o $@
+ $(LD) $(LDFLAGS) $^ -o $@ $(ExtObj)
# ============== GENERAL CLEAINING PROCEDURES