all: build .PHONY: all # You can customize go tools depending on the directory layout. # example: GO_BUILD_PACKAGES :=./pkg/... # You can list all the golang related variables by: # $ make -n --print-data-base | grep ^GO # Include the library makefile include ./golang.mk # All the available targets are listed in .help # or you can list it live by using `make help`