# Makefile for jo's tests - should not crash
#
retest : lldm-out.n3

lldm-out.n3 :
	python ../../cwm.py lldmD.n3 lldmP.n3 --think > $@

#ends