# DEPENDS ON THE XDC ENVIRONMENT VARIABLE

all: Platform.xdc
	@$(XDC)/xdc -PR .

clean: 
	@$(XDC)/xdc clean -PR .
