Put .PHONY notations near targets

This commit is contained in:
Ruihan Li
2024-02-23 11:50:27 +08:00
committed by Tate, Hongliang Tian
parent e92cbd0e28
commit 26d17704bf
6 changed files with 26 additions and 16 deletions

View File

@ -1,6 +1,5 @@
# SPDX-License-Identifier: MPL-2.0
.PHONY: all
all: ./*.sh
@cp ./*.sh $(BUILD_DIR)
@cp ./*.sh $(BUILD_DIR)