clean up
This commit is contained in:
parent
693d8d42ff
commit
d3b89e3b11
10 changed files with 150 additions and 156 deletions
2
Makefile
2
Makefile
|
|
@ -15,7 +15,7 @@ $(BUILDDIR):
|
|||
|
||||
|
||||
$(TARGET): $(OBJECTS)
|
||||
$(CC) $^ -o $(BUILDDIR)/$@ -lboost_filesystem -lboost_system
|
||||
$(CC) $^ -o $(BUILDDIR)/$@ -lboost_filesystem -lboost_system -lpthread
|
||||
|
||||
|
||||
$(OBJECTS): $(BUILDDIR)/%.o : $(SOURCEDIR)/%.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue