
221220000 张三 Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 12:26:49 up 6 days, 21:24, 1 user, load average: 0.72, 0.73, 0.62
9 lines
241 B
Makefile
9 lines
241 B
Makefile
REPO_PATH = repo
|
|
ifeq ($(wildcard repo/LICENSE.TXT),)
|
|
$(shell git clone --depth=1 https://github.com/NJU-ProjectN/compiler-rt.git $(REPO_PATH))
|
|
endif
|
|
|
|
NAME = compiler-rt
|
|
SRCS = $(shell find repo/ -name "*.c")
|
|
include $(NAVY_HOME)/Makefile
|