5 lines
77 B
Text
5 lines
77 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh ${@} --builddirectory=_build --buildsystem=golang
|