aptrepo/build/hs9001/debian/rules

9 lines
110 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
go build -ldflags "-s -w"
override_dh_auto_install: