
build:	
	go get
	go install
	cd generate-gnostic; go get; go install
	cd apps/disco; go get; go install
	cd apps/report; go get; go install
	cd apps/petstore-builder; go get; go install
	cd plugins/gnostic-summary; go get; go install
	cd plugins/gnostic-analyze; go get; go install
	cd extensions/sample; make

