PACKAGES = git
ADAOPTS = -I../ -I../bindings/

include ../../makefile.inc

git:
	gnatmake ${ADAOPTS} spin ${POSTOPTS}
