File: rules

package info (click to toggle)
golang-github-vektah-gqlparser 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,488 kB
  • sloc: javascript: 164; sh: 46; makefile: 10
file content (13 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := lexer/lexer_test.yml \
	parser/query_test.yml \
	parser/schema_test.yml \
	validator/imported/deviations.yml \
	validator/imported/spec/ \
	validator/imported/tests.json \
	validator/prelude.graphql \
	validator/schema_test.yml

%:
	dh $@ --builddirectory=_build --buildsystem=golang --with=golang