Megatest

Makefile at [5c0b2c5dd4]
Login

File ulex/Makefile artifact 1659f80ce4 part of check-in 5c0b2c5dd4


all : ulex.pdf ulex.png

ulex.pdf : ulex.dot
	dot -Tpdf ulex.dot -o ulex.pdf

ulex.png : ulex.dot
	dot -Tpng ulex.dot -o ulex.png