interactive shell wip
This commit is contained in:
parent
59796d600b
commit
5b7014737a
13 changed files with 261 additions and 177 deletions
3
Makefile
3
Makefile
|
|
@ -15,8 +15,7 @@ $(BUILDDIR):
|
|||
|
||||
|
||||
$(TARGET): $(OBJECTS)
|
||||
$(CC) $^ -o $(BUILDDIR)/$@ -lboost_filesystem -lboost_system
|
||||
#-lboost_program_options
|
||||
$(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