Browse code

Go builds are under /local

derekwaynecarr authored on 2014/11/22 04:53:10
Showing 1 changed files
... ...
@@ -51,7 +51,7 @@ check test:
51 51
 # Example:
52 52
 #   make run
53 53
 run: build
54
-	$(OUT_DIR)/go/bin/openshift start
54
+	$(OUT_DIR)/local/go/bin/openshift start
55 55
 .PHONY: run
56 56
 
57 57
 # Remove all build artifacts.