File: Makefile

Recommend this page to a friend!
  Classes of Jason Gerfen   proginoskes   Makefile   Download  
File: Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: proginoskes
Monitor the logs of one or more remote servers
Author: By
Last change: Update of Makefile
Date: 2 years ago
Size: 90 bytes
 

Contents

Class file image Download
MOCHA = ./node_modules/.bin/mocha REPORTER = list test: @$(MOCHA) -R spec .PHONY: test