X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=1b875fedbc3c15e60eff45ceeefaf89f63fc935a;hb=30fafe0cb366808315649bd07bfaa7133ca0ecd2;hp=b25487e2bde7283e0ba47d5af3357d359324ac55;hpb=c9a72c380c3677f3aeb044f7dde7fc56009622d3;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index b25487e..1b875fe 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CFLAGS = -Wall #CFLAGS += -Wextra -pedantic CFLAGS += -O3 CFLAGS += -g -#CFLAGS += -ffloat-store +CFLAGS += -ffloat-store CFLAGS += -DALBE #CFLAGS += -DTERSOFF_ORIG @@ -22,7 +22,7 @@ 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 +all: posic sic fluctuation_calc postproc pair_correlation_calc diffusion_calc posic: $(DEPS) @@ -32,6 +32,8 @@ postproc: $(DEPS) pair_correlation_calc: $(DEPS) +diffusion_calc: $(DEPS) + .PHONY:clean clean: rm -vf sic postproc fluctuation_calc pair_correlation_calc *.o */*.o