twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

Makefile (92B)


      1 
      2 REPORTER = dot
      3 
      4 test:
      5 	@./node_modules/.bin/mocha \
      6 		--reporter $(REPORTER)
      7 
      8 .PHONY: test