###########################################################
#
#	Makefile		(C) TOSHIYUKI ARAI  2000
#		
###########################################################

# Makefile

TARG 	= ColorMix 
OBJ	= $(TARG).obj
RES     = $(TARG).res

!include "..\Makefile.inc"

