SCSI2SD/software/scsi2sd-util/build.sh
Michael McMaster b19a0a4c7c Emulation of multiple SCSI targets now working.
The CDROM device support has a few bugs, as does scsi2sd-util
2014-12-05 13:17:06 +10:00

8 lines
77 B
Bash
Executable File

#!/bin/sh
rm -rf build/
make && \
make TARGET=Win32 &&
make TARGET=Win64