Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Apr 5, 2012
1 parent 6219bce commit a7ffc85
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Tests/lib/string/Makefile
Expand Up @@ -2,7 +2,8 @@ include ../../Makefile.common

CXXFLAGS += -I../../../src/lib/xml_compiler/include

a.out: $(SOURCES)
$(CXX) $(CXXFLAGS) -o $@ $(SOURCES) $(LDFLAGS) ../../../src/lib/xml_compiler/build/Release/libxml_compiler.a

include ../../Makefile.rules

a.out: $(SOURCES)
$(CXX) $(CXXFLAGS) -o $@ $(SOURCES) $(LDFLAGS) \
../../../src/lib/xml_compiler/build/Release/libxml_compiler.a

0 comments on commit a7ffc85

Please sign in to comment.