X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/f5127691624746388cab7108658c7c5fd5d6cff2..1a39ef5c9ad9caeb10b41cc046a980b6cd55c454:/Makefile diff --git a/Makefile b/Makefile index f03411a..ec59d8c 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,5 @@ build: test: (echo "[]"; echo "checkout=") > mrconfig.tmp - ./mr -c mrconfig.tmp ed | grep -q "horse" + ./mr --trust-all -c mrconfig.tmp ed | grep -q "horse" rm -f mrconfig.tmp