#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	fontmake -o otf --output-dir . -g "sources/BebasNeueV2.0(2018).glyphs"
