all:
	gnatmake -Pdefault

run:
	./test_handlers

clean:
	gnat clean -Puser_data

