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