Add flymake targets

pull/854/head
John Shahid 2014-08-15 13:47:01 -04:00
parent 5403baffd3
commit 24395df479
1 changed files with 6 additions and 0 deletions

View File

@ -379,6 +379,12 @@ binary_package: $(binary_package)
packages:
mkdir $@
flymake:
for i in $(packages); do $(GO) build $$i; done
flymake_test:
for i in $(packages); do $(GO) test -c $$i; done
package: | packages build package_version_string $(files)
mv -f scripts/post_install.sh.bak scripts/post_install.sh