From f717a70638f91c0ac50bd160b7a63a8be86858dc Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Tue, 11 Jul 2017 16:16:03 -0600 Subject: [PATCH] tools/Makefile: remove remains of data2xmovie data2xmovie was removed in e110d6961a48017274256e23d15530974aec55ff --- tools/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 2cf46fcc23..cd3c5756ae 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -5,7 +5,7 @@ # all: - $(MAKE) binary2txt chain micelle2d data2xmovie + $(MAKE) binary2txt chain micelle2d binary2txt: binary2txt.o g++ -g binary2txt.o -o binary2txt @@ -16,14 +16,11 @@ chain: chain.o micelle2d: micelle2d.o ifort micelle2d.o -o micelle2d -data2xmovie: data2xmovie.o - g++ -g data2xmovie.o -o data2xmovie - thermo_extract: thermo_extract.o gcc -g thermo_extract.o -o thermo_extract clean: - rm binary2txt chain micelle2d data2xmovie + rm binary2txt chain micelle2d rm thermo_extract rm *.o