CC = gcc-4.3 CFLAGS = -Wall -Winline CFLAGS += -O3 -march=native -msse2 -mfpmath=sse CFLAGS += -g LDFLAGS = -lm ALL = create_lattice all: $(ALL)