summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorleo2006-02-16 00:43:45 +0000
committerleo2006-02-16 00:43:45 +0000
commitfbfc76ee445a633ff94b8f155a0781ea71a9d941 (patch)
treee15cd7cd6de1becf01a250be59b7a92c4d35bb2b /Makefile
parentfc7282961f5c8021060f46301bbf2ae9733c6752 (diff)
OS X config script
git-svn-id: http://svn.leocad.org/trunk@477 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c9028bc..8342fcb 100644
--- a/Makefile
+++ b/Makefile
@@ -36,10 +36,10 @@ all: $(BIN)
static: bin/leocad.static
bin/leocad: $(OBJ) bin
- $(CXX) -o $@ $(OBJ) $(LIBS)
+ $(CXX) -o $@ $(OBJ) $(LIBS) $(LDFLAGS)
bin/leocad.static: $(OBJ) bin
- $(CXX) -static -o $@ $(OBJ) $(LIBS)
+ $(CXX) -static -o $@ $(OBJ) $(LIBS) $(LDFLAGS)
bin:
mkdir bin