1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00
antelope-api-healthcheck/debian/rules

15 lines
266 B
Makefile
Executable file

#!/usr/bin/make -f
include /usr/share/dpkg/default.mk
INSTALL_FLAGS := GOOS=linux
%:
dh $@ -P debian/pkgroot
override_dh_auto_build:
override_dh_auto_install:
dh_auto_install --buildsystem=makefile -- $(INSTALL_FLAGS)
override_dh_usrlocal:
override_dh_gconf: