mirror of
https://github.com/rui314/mold.git
synced 2024-11-15 04:10:40 +03:00
9 lines
86 B
Makefile
9 lines
86 B
Makefile
TESTS = $(wildcard elf/*.sh)
|
|
|
|
test: $(TESTS)
|
|
|
|
$(TESTS):
|
|
@./$@
|
|
|
|
.PHONY: test $(TESTS)
|