Makefile raw

   1  #====================
   2  AUTHOR         ?= The sacloud/go-http authors
   3  COPYRIGHT_YEAR ?= 2021-2023
   4  
   5  include includes/go/common.mk
   6  #====================
   7  
   8  default: $(DEFAULT_GOALS)
   9  tools: dev-tools
  10