all:
		gnatmake -Pdisplay_switch

run:
	./test_display_switch

clean:
	gnat clean -Pdisplay_switch
