tool to search for bonds
[physik/posic.git] / Makefile
index c839759..62a137e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,12 +22,12 @@ DEPS = moldyn.o random/random.o list/list.o
 DEPS += potentials/lennard_jones.o potentials/harmonic_oscillator.o
 DEPS += potentials/tersoff.o potentials/albe.o
 
-ALL = posic sic fluctuation_calc postproc pair_correlation_calc diffusion_calc
-ALL += bond_analyze
+ALL = mdrun sic fluctuation_calc postproc pair_correlation_calc diffusion_calc
+ALL += bond_analyze search_bonds
 
 all: $(ALL)
 
-posic: $(DEPS)
+mdrun: $(DEPS)
 
 sic: $(DEPS) config.h
 
@@ -39,6 +39,8 @@ diffusion_calc: $(DEPS)
 
 bond_analyze: $(DEPS)
 
+search_bonds: $(DEPS)
+
 .PHONY:clean
 clean:
        rm -vf $(ALL) *.o */*.o