X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=47670a825c9f5cf3af48675999688c6945ebc9e4;hb=b1c3e2366702a37786ed057c7b56929258890950;hp=36c411ef907eece86406a2b9bf0754ff7b26619a;hpb=9b7ed8daf887bef7ec61abd021931d2e92226e6a;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 36c411e..47670a8 100644 --- 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