build rpm

This commit is contained in:
zsx 2018-01-24 15:15:18 +08:00
parent 4fc5db521c
commit df1e871603

View File

@ -123,6 +123,7 @@ clean cl:
acl_master: all_lib
@(cd app/master/daemon; make $(MAKE_ARGS); make install)
@(cd app/master/tools/lib_global; make $(MAKE_ARGS);)
@(cd app/master/tools/master_ctld; make $(MAKE_ARGS); make install)
@(cd app/master/tools/master_ctl; make $(MAKE_ARGS); make install)
@(cd app/master/tools/master_guard; make $(MAKE_ARGS); make install)