build:
	gprbuild -p -q foo.gpr -Xkind=dynamic
	gprbuild -p -q foo.gpr -Xkind=static
clean:
	rm -fr obj
