According to the de facto project layout for Go[0], these files should go into a build/package folder, but since i already broke the rules with Sqitch’s folders, i do not see why i have to go against Debian’s conventions of putting it into a debian subfolder of the root. [0]: https://github.com/golang-standards/project-layout
5 lines
89 B
Makefile
Executable File
5 lines
89 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
|