diff options
author | Doug Black <dblack@twilio.com> | 2014-03-29 23:53:50 -0700 |
---|---|---|
committer | Doug Black <dblack@twilio.com> | 2014-03-29 23:53:50 -0700 |
commit | e88e4a39d67f01480f280788cfa67a5e3eced613 (patch) | |
tree | 14d1abdc28c10db33ea532d222e80d96222692b7 | |
parent | fix test and remove script directory (diff) | |
download | sleepy-e88e4a39d67f01480f280788cfa67a5e3eced613.tar.gz sleepy-e88e4a39d67f01480f280788cfa67a5e3eced613.tar.bz2 sleepy-e88e4a39d67f01480f280788cfa67a5e3eced613.zip |
fix test make target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ all: test: - . script/test + go test . authors: echo "Authors\n=======\n\nA huge thanks to all of our contributors:\n\n" > AUTHORS.md |