X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;h=47670a825c9f5cf3af48675999688c6945ebc9e4;hb=1658269dc35c91b7a55d818d68a2250dc77ef1e8;hp=fbe3f593332468b0732fcb891e77ea6c18382737;hpb=61d24d027511c3e96b2f94558dc1b31c72725767;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index fbe3f59..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 +ALL += bond_analyze search_bonds visual_atoms display_atom_data all: $(ALL) @@ -39,6 +39,12 @@ diffusion_calc: $(DEPS) bond_analyze: $(DEPS) +search_bonds: $(DEPS) + +visual_atoms: $(DEPS) + +display_atom_data: $(DEPS) + .PHONY:clean clean: rm -vf $(ALL) *.o */*.o