include ../src/Makefile.common

MKDIR = mkdir -p

install:
	${MKDIR} $(prefix)/projects/
	cp *.gpr $(prefix)/projects/

