ha/service-mgmt/sm-db-1.0.0/Makefile
Dean Troyer 17c909ec83 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:36:26 -07:00

15 lines
245 B
Makefile

#
# Copyright (c) 2014 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
build:
@(cd src; make build VER=$(VER) VER_MJR=$(VER_MJR))
install_non_bb:
@(cd src; make $@)
@(cd database; make $@)
clean:
@( cd src; make clean )