# $Id: $

# Copyright (C) 2016 Reinhard Kotucha <reinhard.kotucha@web.de>
# 
# You may freely use, modify, and/or distribute this file.

myformat.fmt: myformat.ini
	luatex --ini $< || rm -f $@
	rm -f texsys.aux

clean:
	rm -f myformat.{fmt,log} texsys.aux

PHONY: clean

