search bonds using infrastructure now, new visual atoms tool
[physik/posic.git] / Makefile
index fbe3f59..36c411e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ DEPS += potentials/lennard_jones.o potentials/harmonic_oscillator.o
 DEPS += potentials/tersoff.o potentials/albe.o
 
 ALL = mdrun sic fluctuation_calc postproc pair_correlation_calc diffusion_calc
-ALL += bond_analyze
+ALL += bond_analyze search_bonds visual_atoms
 
 all: $(ALL)
 
@@ -39,6 +39,10 @@ diffusion_calc: $(DEPS)
 
 bond_analyze: $(DEPS)
 
+search_bonds: $(DEPS)
+
+visual_atoms: $(DEPS)
+
 .PHONY:clean
 clean:
        rm -vf $(ALL) *.o */*.o