Files
UoL/CM2010 Software Design and Development/Topic 2/8.3.1/node_modules/isarray/Makefile
2021-06-16 19:39:43 -05:00

7 lines
55 B
Makefile

test:
@node_modules/.bin/tape test.js
.PHONY: test