
all::
	@( cd ..; $(MAKE) -f ./templates.make )

clean::
	@( cd ..; $(MAKE) -f ./templates.make clean )

