fix copy&paste error
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@582 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
6152f9386f
commit
e320b0113d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ $(LIB1): foo.cpp
|
|||
$(CXX) --shared $(CXXFLAGS) $(CPPFLAGS) -o $(LIB1) foo.cpp
|
||||
|
||||
$(LIB2): singletondll.cpp
|
||||
$(CXX) --shared $(CXXFLAGS) $(CPPFLAGS) -o $(LIB2) foo.cpp
|
||||
$(CXX) --shared $(CXXFLAGS) $(CPPFLAGS) -o $(LIB2) singletondll.cpp
|
||||
|
||||
clean:
|
||||
rm -f $(BIN) $(LIB1) $(LIB2)
|
||||
|
|
Loading…
Add table
Reference in a new issue