include ../Makefile.inc

udp_sockets:
	$(PREFIX)gnatmake -Pudp_sockets.gpr

clean:
	$(PREFIX)gnatclean -Pudp_sockets.gpr

.PHONY: clean udp_sockets
