#!/usr/bin/make -f

export PREFIX = /usr
export LUA = lua5.4

%:
	dh $@

# it's unclear why dh_auto_clean does not invoke this for us
execute_after_dh_clean:
	$(MAKE) clean
