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