# Makefile for the BlasterSound intro
# Bye Jare of Iguana in 1994

blaster.com: bi.obj
        tlink /m /s /c /v bi.obj,blaster,bi.map
        tdstrip -c -s blaster

bi.obj: font.inc songopt.inc adlib.inc mpu.inc

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

.gif.pix:
        dgif $<

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

