1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-22 10:27:48 +03:00
mold/test/Makefile
2021-05-29 16:05:38 +09:00

9 lines
82 B
Makefile

TESTS = $(wildcard *.sh)
test: $(TESTS)
$(TESTS):
@./$@
.PHONY: test $(TESTS)