UNPKG

lockit-sendmail

Version:

utilities for all the email communication from lockit

13 lines (8 loc) 153 B
BIN = ./node_modules/.bin MOCHA = $(BIN)/mocha ESLINT = $(BIN)/eslint test: $(MOCHA) eslint: index.js ./test/*.js $(ESLINT) $^ .PHONY: test eslint