8 lines
194 B
Makefile
Executable file
8 lines
194 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh ${@} --builddirectory=_build --buildsystem=golang
|
|
|
|
execute_after_dh_auto_install:
|
|
# removing unused files
|
|
rm -rf debian/golang-github-wcharczuk-go-chart-dev/usr/bin
|