#
# Meson is a new style autoconfig tool used by systemd, glib and lxc
#

meson:
	tar -xvzf meson-0.64.1.tar.gz
	ln -s meson-0.64.1/meson.py meson

clean:
	rm -rf meson-0.64.1/
	rm -f meson

