ha/service-mgmt/sm/Makefile

15 lines
208 B
Makefile

#
# Copyright (c) 2014 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
build:
@(cd src; make build )
install:
@(cd src; make $@)
@(cd scripts; make $@)
clean:
@( cd src; make clean )