all:
	gnatmake -Ppackbox

run:
	./packbox_test 1
	./packbox_test 2
	./packbox_test 3
clean: 
	gnat clean -Ppackbox

