diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-02 16:49:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-02 16:49:35 -0400 |
commit | d93a37289406fbeb0cedf05f1c8009f68cdb2570 (patch) | |
tree | 91743836be32ceceaa361b5fd1640c12c480ab41 /Makefile | |
parent | c7b0f60fba9f53ed97c43f3ad9a48e7698b97760 (diff) |
add a stupid test harness
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ else IKIWIKI=ikiwiki endif +test: + runghc test.hs + docs: ./mdwn2man git-annex 1 doc/git-annex.mdwn > git-annex.1 $(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \ |