developertrinidad08 7e6cf29479 first commit
2023-01-16 18:11:14 -03:00

7 lines
80 B
Makefile

TESTS = $(shell find test/test.*.js)
test:
@./test/run $(TESTS)
.PHONY: test