PACKAGES = mybutton

ADAOPTS = -I../../framework/

include ../../makefile.inc

mybutton:
	gnatmake ${ADAOPTS} mybutton ${POSTOPTS}
