mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-01-09 04:30:29 +00:00
b19a0a4c7c
The CDROM device support has a few bugs, as does scsi2sd-util
8 lines
77 B
Bash
Executable File
8 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf build/
|
|
make && \
|
|
make TARGET=Win32 &&
|
|
make TARGET=Win64
|
|
|