#!/bin/bash
cp makefiles/Makefile-SPC56EL60_ASM Makefile
make depend
make clean
make
mv pdp11sim.s37 bin/pdp11sim-spc56el60_asm.s37

