# This makefile only exists so that I can run emacs M-x compile from within # the source directory. See the Makefile in the parent directory all : (cd ..; $(MAKE)) clean : (cd ..; $(MAKE) clean) test : (cd ..; $(MAKE) clean)