# top-level makefile (aim: to direct the operation of the lower-level makefiles) # by Huan Chen, 1/31/2017 all: cd src; make clean: cd src; make clean test: cd src; make test tar: gtar czf ../Chess_Alpha_src.tar.gz ../Chess_Alpha_src