Added helpful comment

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2743 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps
2009-04-07 22:19:08 +00:00
parent 6bfaec3823
commit f20bb5f76f

View File

@ -8,6 +8,13 @@
# * CONTACT: hansohl@mit.edu, athompson@sandia.gov, gjwagne@sandia.gov *
# *_________________________________________________________________________*/
# To compile and link LAMMPS to the reax library generated by this Makefile,
# try appending the following definitions to the standard definitions in
# whatever LAMMPS Makefile your are using.
# CCFLAGS = -I../../lib/reax
# LINKFLAGS = -L../../lib/reax
# USRLIB = -lreax -lgfortran
SHELL = /bin/sh
# ------ FILES ------