aboutsummaryrefslogtreecommitdiff
path: root/Makefile.maker.yaml
blob: 9b95cb0715034bf7a112ff05db61932b999f3005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Configuration file for <https://github.com/sapcc/go-makefile-maker>

metadata:
  url: https://go.xyrillian.de/schwift

coverageTest:
  except: '/util'

golangciLint:
  createConfig: true

verbatim: |
  generate: generated.go

  %: %.in | util/render_template.go
      @echo ./util/render_template.go < $< > $@
      @./util/render_template.go < $< > $@.new && mv $@.new $@ || (rm $@.new; false)