added display atom data tool
[physik/posic.git] / Makefile
index 36c411e..47670a8 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 search_bonds visual_atoms
+ALL += bond_analyze search_bonds visual_atoms display_atom_data
 
 all: $(ALL)
 
@@ -43,6 +43,8 @@ search_bonds: $(DEPS)
 
 visual_atoms: $(DEPS)
 
+display_atom_data: $(DEPS)
+
 .PHONY:clean
 clean:
        rm -vf $(ALL) *.o */*.o