diff --git a/tools/Makefile b/tools/Makefile index ef26310c7c88a036e71350500c42ff03046d027a..2cf46fcc23e4bf70cf53fff7524c4a0021214ab8 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