forked from lijiext/lammps
Added helpful comment
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2744 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
f20bb5f76f
commit
3c70a07830
|
@ -7,6 +7,12 @@
|
|||
# * CONTACT: 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.
|
||||
# LINKFLAGS = -L../../lib/meam
|
||||
# USRLIB = -lmeam -lgfortran
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
# ------ FILES ------
|
||||
|
|
Loading…
Reference in New Issue