X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=1744ea87f3fb6a716adaefbd1a6d9b0d776cfc55;hb=a6a217b5475f3e4e91706f57c26fc36497b545e1;hp=9873d32bc1752a8893048c8bc725ecf608552c6d;hpb=282c489f3101f0d744b66d88853a150e79b0870d;p=monkeysphere.git diff --git a/Makefile b/Makefile index 9873d32..1744ea8 100755 --- a/Makefile +++ b/Makefile @@ -37,6 +37,9 @@ debian-package: tarball freebsd-distinfo: ./utils/build-freebsd-distinfo +macports-portfile: + ./utils/build-macports-portfile + clean: # clean up old monkeysphere packages lying around as well. rm -f monkeysphere_* @@ -78,6 +81,7 @@ releasenote: ./utils/build-releasenote test: - ./tests/basic + MONKEYSPHERE_TEST_NO_EXAMINE=true ./tests/keytrans + MONKEYSPHERE_TEST_NO_EXAMINE=true ./tests/basic .PHONY: all tarball debian-package freebsd-distinfo clean install installman releasenote test