# Makefile for the BlasterSound intro #2
# Bye Iguana in 1994

blaster2.exe: blaster2.obj
        tlink /m /s /c /v blaster2,blaster2,blaster2.map
        tdstrip -c -s blaster2
        comtoexe blaster2
        lzexe blaster2
        del *.old

blaster2.obj: font.inc song.inc adlib.inc mpu.inc

font.inc: fuente1.pix getfont.exe
        +getfont > font.inc

.gif.pix:
        dgif $<

.asm.obj:
        tasm /ml /z /zi /t $<

