6 lines
60 B
Makefile
6 lines
60 B
Makefile
SHELL := /bin/bash
|
|
|
|
test:
|
|
@node test/uuid.js
|
|
|
|
.PHONY: test
|