# -----------------------------------------------------------------
# Build with Borland TASM/TLINK/MAKE
# -----------------------------------------------------------------
memwatch.com : memwatch.asm makefile
        tasm /w2 memwatch
        tlink /x /t memwatch
        del memwatch.obj
