mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-20 04:56:32 +00:00
Refine compilation of regression tests
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
26d17704bf
commit
c15eb2299b
@ -1,5 +1,10 @@
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
SOURCES := $(wildcard *.sh)
|
||||
TARGETS := $(addprefix $(BUILD_DIR)/, $(SOURCES))
|
||||
|
||||
.PHONY: all
|
||||
all: ./*.sh
|
||||
@cp ./*.sh $(BUILD_DIR)
|
||||
all: $(TARGETS)
|
||||
|
||||
$(BUILD_DIR)/%.sh: %.sh
|
||||
@cp $< $@
|
||||
|
Reference in New Issue
Block a user