buddy

node MVC discord bot
Log | Files | Refs | README

Makefile (57B)


      1 SHELL := /bin/bash
      2 
      3 test:
      4 	@./test/run.js
      5 
      6 .PHONY: test
      7