GT2/GT2-iOS/node_modules/uuid-js/Makefile

7 lines
60 B
Makefile
Raw Normal View History

2018-02-12 17:26:06 +00:00
SHELL := /bin/bash
test:
@node test/uuid.js
.PHONY: test