# note: if you're gonna use this makefile, then
# make sure to change the WATCOMDIR variable to
# where your own compiler is located!

#all : xmp_watc.exe

xmp_watc.exe : xmp_watc.obj
	wlink file xmp_watc.obj name xmp_watc

xmp_watc.obj : xmp_watc.c picture.c
	wcc386 xmp_watc.c

picture.c : picture.raw
    ..\2asm picture.raw /c /y
