#!/usr/bin/make -f

export PYINSTALLER_CONFIG_DIR := $(CURDIR)/debian/.pyinstaller

%:
	dh $@ --buildsystem=makefile

override_dh_auto_build:
	$(MAKE) build PYINSTALLER=pyinstaller

override_dh_auto_clean:
	$(MAKE) clean

override_dh_auto_install:
