#   Makeke various caninicalizations of things
N=python ../../cant.py

.SUFFIXES: .3 .2 .1 .nt

.nt.1:
	$N < $<  > $@

.1.2:
	$N < $<  > $@

.2.3:
	$N < $<  > $@

#ends

