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



