# MKPKG file for the COLOR Package

$call update
$exit

update:
	$call update@src
	;

relink:
	$call relink@src
	;

install:
	$call install@src
	;
