X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;h=ee6e927a39cda74e54798793ebef44dc14860298;hb=c1f74e23422d004f7b9d2493cc747871c7ebfbae;hp=72904f5f9aa2c1816deb9445a6f29989d7bfc55b;hpb=d4af1d076a5e811d5c35832e7ea5f720554b295b;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 72904f5..ee6e927 100644 --- a/Makefile +++ b/Makefile @@ -16,11 +16,14 @@ POT_SRC=potentials/tersoff.c POT_SRC+=potentials/albe.c POT_SRC+= potentials/lennard_jones.c potentials/harmonic_oscillator.c -all: sic fluctuation_calc +all: sic fluctuation_calc postproc sic: $(CC) $(CFLAGS) $(LDFLAGS) $(POT_SRC) $(SOURCE) sic.c -o sic +postproc: + $(CC) $(CFLAGS) $(LDFLAGS) $(POT_SRC) $(SOURCE) postproc.c -o postproc + .PHONY:clean clean: - rm -f sic + rm -f sic postproc