X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/77afe6a454e2eefa6dd70285f4edb9e794615101..2ccb790eda1239207af9566efcf0a13d1139b682:/Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ea439ec --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +build: + pod2man -c mr mr > mr.1 + +test: + (echo "[]"; echo "checkout=") > mrconfig.tmp + ./mr -c mrconfig.tmp ed | grep -q "horse" + rm -f mrconfig.tmp