mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-17 12:47:16 +00:00
6 lines
85 B
Makefile
6 lines
85 B
Makefile
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
.PHONY: all
|
|
|
|
all: ./*.sh
|
|
@cp ./*.sh $(BUILD_DIR)
|