Files
world/book/node_modules/array-difference/Makefile
2025-05-12 05:38:44 +09:00

10 lines
122 B
Makefile

all: test
.PHONY: fetch-deps
fetch-deps:
npm install
.PHONY: test
test: fetch-deps
./node_modules/.bin/tape test/*.js