CFLAGS=-O2
CPPFLAGS=-I../../dyncall
LDFLAGS=-L../../dyncall -ldyncall_s
TARGETS=sign
all: ${TARGETS}
clean:
	${RM} ${TARGETS}
