From 7e3fd44a0b9be4bc525dff325ac44ccc0eab3a02 Mon Sep 17 00:00:00 2001 From: sjplimp <sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa> Date: Wed, 13 Aug 2014 14:04:13 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12303 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index ef26310c7c..2cf46fcc23 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -5,7 +5,7 @@ # all: - $(MAKE) binary2txt restart2data chain micelle2d data2xmovie + $(MAKE) binary2txt chain micelle2d data2xmovie binary2txt: binary2txt.o g++ -g binary2txt.o -o binary2txt @@ -23,7 +23,7 @@ thermo_extract: thermo_extract.o gcc -g thermo_extract.o -o thermo_extract clean: - rm binary2txt restart2data chain micelle2d data2xmovie + rm binary2txt chain micelle2d data2xmovie rm thermo_extract rm *.o -- GitLab