TOOLPATH = ../../z_tools/

MAKE     = $(TOOLPATH)make.exe -r
BMP2BIN  = bmp2bin.exe
COPY     = copy
DEL      = del

# ftHg

default :
	$(MAKE) splash.img

# t@CK

splash.img : Makefile splash.bmp
	$(BMP2BIN) splash.bmp splash.img

# R}h

clean :
	

src_only :
	$(MAKE) clean
	-$(DEL) splash.img
