atest:
	gnatmake -o /tmp/atest sigint_handler_test.adb

clean:
	/bin/rm -f -r *.o *.ali
