#!/bin/bash
cp makefiles/Makefile-SDLW320 Makefile
make depend
make clean
make
mv pdp11sim-320.exe binw/pdp11sim-320.exe

