X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;h=47670a825c9f5cf3af48675999688c6945ebc9e4;hb=55cd4d049604f2cf1d0fff095e6bcd13ec25780f;hp=62a137e22b1410fb8a33ff173519842112af99d1;hpb=4f7a62883e5e47be44856c9767c9255c1d68190d;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 62a137e..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 +ALL += bond_analyze search_bonds visual_atoms display_atom_data all: $(ALL) @@ -41,6 +41,10 @@ bond_analyze: $(DEPS) search_bonds: $(DEPS) +visual_atoms: $(DEPS) + +display_atom_data: $(DEPS) + .PHONY:clean clean: rm -vf $(ALL) *.o */*.o