#!/bin/bash
cp makefiles/Makefile-SDL Makefile
make depend
make clean
make
cp pdp11sim bin/pdp11sim-sdl

