X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=blobdiff_plain;f=vasp_tools%2FMakefile;fp=vasp_tools%2FMakefile;h=177b5e997ea5cd3667862da58b3c51e8b914def5;hp=0000000000000000000000000000000000000000;hb=6e6d7126ea9a845f11637d8e1b8eb2b570ac4dc9;hpb=97dc63eb6a519b8e1f4fbfaa9760dd94539436b0 diff --git a/vasp_tools/Makefile b/vasp_tools/Makefile new file mode 100644 index 0000000..177b5e9 --- /dev/null +++ b/vasp_tools/Makefile @@ -0,0 +1,12 @@ +CC = gcc-4.3 + +CFLAGS = -Wall -Winline +CFLAGS += -O3 -march=native -msse2 -mfpmath=sse +CFLAGS += -g + +LDFLAGS = -lm + +ALL = create_lattice + +all: $(ALL) +