ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/samples/metals/minimizer/Makefile
Revision: 1251
Committed: Wed Jun 4 15:38:15 2008 UTC (17 years, 3 months ago) by chuckv
Original Path: trunk/samples/metals/minimizer/Makefile
File size: 189 byte(s)
Log Message:
Added minimizer sample for metal.

File Contents

# User Rev Content
1 chuckv 1251 Source = \
2    
3     RmiSource =
4    
5     Main =
6    
7     SampleFiles = \
8     water.md \
9     metals.md \
10     mnm.md
11    
12     DEV_ROOT=../../../
13     include $(DEV_ROOT)/make/Makefile
14