mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 21:21:56 +00:00
9 lines
142 B
Makefile
9 lines
142 B
Makefile
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
all qemu flash pristine clean:
|
|
$(MAKE) -C hello_world $@
|