aboutsummaryrefslogtreecommitdiff
path: root/Makefile.maker.yaml
blob: 1875a3597daf48a8e82611bb8b70a140905f8933 (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://github.com/majewsky/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)