Makefile: compile and install master_ctl

This commit is contained in:
zhengshuxin 2017-11-07 13:13:46 +08:00
parent 76889c5b35
commit 056cb8d060

View File

@ -124,6 +124,7 @@ clean cl:
acl_master: all_lib
@(cd app/master/daemon; make $(MAKE_ARGS); make install)
@(cd app/master/tools/master_ctld; make $(MAKE_ARGS); make install)
@(cd app/master/tools/master_ctl; make $(MAKE_ARGS); make install)
packinstall:
@(echo "")