From 6903cc64ad7aa2115f8d7081bdfdc9eb2a857e4e Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 4 Mar 2009 05:31:51 +0000 Subject: Added dependency. git-svn-id: http://svn.leocad.org/tags/leocad-0.75@746 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8342fcb..91b604b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ CPPFLAGS += $(patsubst %,-I%,$(MODULES)) $(OS) CPPFLAGS += -g ### extra libraries if required -LIBS := +LIBS := ### each module will add to this SRC := @@ -35,10 +35,10 @@ all: $(BIN) static: bin/leocad.static -bin/leocad: $(OBJ) bin +bin/leocad: $(OBJ) bin Makefile $(CXX) -o $@ $(OBJ) $(LIBS) $(LDFLAGS) -bin/leocad.static: $(OBJ) bin +bin/leocad.static: $(OBJ) bin Makefile $(CXX) -static -o $@ $(OBJ) $(LIBS) $(LDFLAGS) bin: -- cgit v1.2.3