diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-01 19:29:08 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-01 19:29:08 +0200 |
commit | a105b34ab53963ab651810f33caa2ee51869b1c7 (patch) | |
tree | be49b089e1d4a81d6b327c6370afcc14c60ac865 /Makefile | |
download | dynobot-irc-a105b34ab53963ab651810f33caa2ee51869b1c7.tar.gz dynobot-irc-a105b34ab53963ab651810f33caa2ee51869b1c7.tar.bz2 dynobot-irc-a105b34ab53963ab651810f33caa2ee51869b1c7.tar.xz dynobot-irc-a105b34ab53963ab651810f33caa2ee51869b1c7.zip |
o Initial import.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..eb73cae --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +PATH := $(PATH):node_modules/.bin +all: test + +test: + mocha test/*.test.js + +.PHONY: all test |