pki-io / admin

Other
15 stars 7 forks source link

The Makefile should be the single user interface for all build tasks #32

Closed zeroXten closed 9 years ago

zeroXten commented 9 years ago

Do everything gom related via the make file. That way, if we replaced gom with something else, then interface would stay the same. ie it would still be "make get-deps && make build && make test && make install" regardless of what we use under the hood.

zeroXten commented 9 years ago

Just pushed a fix for the travis file to my registration-flow branch, so that will be included in the PR.