kentSrc = ../../..
include ../../../inc/common.mk

PROG = ${DESTDIR}${BINDIR}/aarToAxt

$(PROG): aarToAxt
	rm -f $(PROG) 
	cp -f aarToAxt $(PROG) 
