1.2
This commit is contained in:
parent
299490ca5f
commit
0f01d375db
13 changed files with 347 additions and 262 deletions
3
Makefile
3
Makefile
|
|
@ -15,8 +15,7 @@ $(BUILDDIR):
|
|||
|
||||
|
||||
$(TARGET): $(OBJECTS)
|
||||
$(CC) $^ -o $(BUILDDIR)/$@ -lboost_filesystem -lboost_system -lpthread
|
||||
|
||||
$(CC) $^ -o $(BUILDDIR)/$@ -lboost_filesystem -lboost_system -lreadline -lboost_program_options
|
||||
|
||||
$(OBJECTS): $(BUILDDIR)/%.o : $(SOURCEDIR)/%.cpp
|
||||
$(CC) $(CFLAGS) $< -o $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue