#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := github.com/kelindar/simd/codegen

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	find debian/golang-github-kelindar-simd-dev -name '*.go' -o -name '*.c' | xargs -r chmod -x
