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

