mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-15 18:36:21 +00:00
7 lines
55 B
Makefile
7 lines
55 B
Makefile
|
|
|
||
|
|
test:
|
||
|
|
@node_modules/.bin/tape test.js
|
||
|
|
|
||
|
|
.PHONY: test
|
||
|
|
|