mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-20 13:06:33 +00:00
4 lines
49 B
Makefile
4 lines
49 B
Makefile
.PHONY: all
|
|
|
|
all: ./*.sh
|
|
@cp ./*.sh $(BUILD_DIR)
|