Added space character so that log_manager will be installed too
This commit is contained in:
2
Makefile
2
Makefile
@ -37,5 +37,5 @@ depend:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
(cd epoll_v1.0; make DEST=$(DEST) install)
|
(cd epoll_v1.0; make DEST=$(DEST) install)
|
||||||
(cd log_manager; make DEST=$(DEST)install)
|
(cd log_manager; make DEST=$(DEST) install)
|
||||||
(cd query_classifier; make DEST=$(DEST) install)
|
(cd query_classifier; make DEST=$(DEST) install)
|
||||||
|
|||||||
Reference in New Issue
Block a user