zephyr/samples/application_development/static_lib/Makefile

11 lines
154 B
Makefile
Raw Normal View History

#
# Copyright (c) 2016 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
all qemu flash pristine clean:
$(MAKE) -C hello_world $@
run : qemu