3 # Author : Chris H. Rycroft (LBL / UC Berkeley)
4 # Email : chr@alum.mit.edu
7 # Tell make that these are phony targets
10 # Build all of the executable files
13 cd examples
&& $(MAKE
)
15 # Build the help files (with doxygen)
17 cd src
&& $(MAKE
) help
19 # Clean up the executable files
21 cd src
&& $(MAKE
) clean
22 cd examples
&& $(MAKE
) clean