8 lines
138 B
Makefile
Executable File
8 lines
138 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
|
|
|
|
execute_before_dh_auto_build:
|
|
make tlstunnel.1
|