twitst4tz
twitter statistics web application
Log
|
Files
|
Refs
|
README
|
LICENSE
Makefile (57B)
1
SHELL := /bin/bash
2
3
test:
4
@./test/run.js
5
6
.PHONY: test
7