qall: clean tmp2.out
	cp tmp2.out ../tmp2.out
tmp2.out:
	python -um%filter %prelude.json grail.js | tee $@

call: clean all
all: tmp.out
	cp tmp.out ..
tmp.out: *.json
	python -um%filter *.json | tee $@
clean:
	rm -fr *.out *~ *.pyc __pycache__