# Makefile for running ajc on all the examples all compile: for d in [a-z]*/; do cd $$d; $(MAKE) compile; cd ..; done