#!/bin/bash
cp makefiles/Makefile-STM32F411 Makefile
make depend
make clean
make
mv pdp11sim.s39 bin/pdp11sim-stm32f411.s37



