CC=x86_64-w64-mingw32-g++
CFLAGS=-O3 -ffast-math
LDFLAGS=-static -lm
USalign.exe: USalign.cpp 
	${CC} ${CFLAGS} USalign.cpp -o $@ ${LDFLAGS}
