Skip to content
Snippets Groups Projects
Commit 7e3fd44a authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12303 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent b5ffafc3
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# #
all: all:
$(MAKE) binary2txt restart2data chain micelle2d data2xmovie $(MAKE) binary2txt chain micelle2d data2xmovie
binary2txt: binary2txt.o binary2txt: binary2txt.o
g++ -g binary2txt.o -o binary2txt g++ -g binary2txt.o -o binary2txt
...@@ -23,7 +23,7 @@ thermo_extract: thermo_extract.o ...@@ -23,7 +23,7 @@ thermo_extract: thermo_extract.o
gcc -g thermo_extract.o -o thermo_extract gcc -g thermo_extract.o -o thermo_extract
clean: clean:
rm binary2txt restart2data chain micelle2d data2xmovie rm binary2txt chain micelle2d data2xmovie
rm thermo_extract rm thermo_extract
rm *.o rm *.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment