json parser
This commit is contained in:
parent
efa4d305b9
commit
b1c5a3af6e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ $(BUILDDIR):
|
|||
|
||||
|
||||
$(TARGET): $(OBJECTS)
|
||||
$(CC) $^ -o $@
|
||||
$(CC) $^ -o $@ -lboost_filesystem -lboost_system
|
||||
|
||||
|
||||
$(OBJECTS): $(BUILDDIR)/%.o : $(SOURCEDIR)/%.cpp
|
||||
|
|
Loading…
Reference in a new issue