X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;h=462a9b7f4e5b53e90d7938bba6050e34df3d0a3a;hb=1261bf82aa2e5758d8dd28bed88c96ed5fcc979c;hp=4de3dcc842a3cb3d9b9c46d60aa3a75bc121ed7e;hpb=5f3c2ba6f78eacf129a6e12e1de9c65e350ab7eb;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 4de3dcc..462a9b7 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ SRC += potentials/tersoff.c potentials/albe.c SRC += potentials/albe_fast.c ALL = mdrun sic fluctuation_calc postproc pair_correlation_calc diffusion_calc -ALL += bond_analyze search_bonds visual_atoms display_atom_data +ALL += bond_analyze search_bonds visual_atoms display_atom_data atom_match all: $(ALL) @@ -57,6 +57,8 @@ visual_atoms: $(DEPS) display_atom_data: $(DEPS) +atom_match: $(DEPS) + .PHONY:clean clean: rm -vf $(ALL) *.o */*.o