#!/usr/bin/make -f

override_dh_auto_build:
	HOME=$(CURDIR)/debian/home lazbuild MorseRunner.lpi

%:
	dh $@
