# Makefile for SWISH
# Kevin Hughes, 3/11/95
#
# Modified for OS/2 3/19/96, Kevin Vigor

all:
    cd src
    $(MAKE)
    cd ..
    cd src
    copy swish.exe ..
    del swish.exe
    cd ..

test:
    swish -i test.html -v -f index.swish
    swish -f index.swish -w test
