# Makefile for toplevel of Elkhound
# just ties these things together

all:
	cd smbase; $(MAKE)
	cd ast; $(MAKE)
	cd parsgen; $(MAKE)
	@echo ""
	@echo "Done building Elkhound.  The main files of interest are"
	@echo "in the parsgen/ directory; see its readme.txt."
