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

