X-Git-Url: https://www.hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=blobdiff_plain;f=Makefile;h=fbe3f593332468b0732fcb891e77ea6c18382737;hp=c839759237846919adfef7fb51afa4ff51c9f2f4;hb=61d24d027511c3e96b2f94558dc1b31c72725767;hpb=155e1cfea83209d09c2a06ae4fb7f5e1652fc00a diff --git a/Makefile b/Makefile index c839759..fbe3f59 100644 --- a/Makefile +++ b/Makefile @@ -22,12 +22,12 @@ DEPS = moldyn.o random/random.o list/list.o DEPS += potentials/lennard_jones.o potentials/harmonic_oscillator.o DEPS += potentials/tersoff.o potentials/albe.o -ALL = posic sic fluctuation_calc postproc pair_correlation_calc diffusion_calc +ALL = mdrun sic fluctuation_calc postproc pair_correlation_calc diffusion_calc ALL += bond_analyze all: $(ALL) -posic: $(DEPS) +mdrun: $(DEPS) sic: $(DEPS) config.h