mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-02-14 08:31:03 +00:00
7 lines
63 B
Bash
Executable File
7 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make && \
|
|
make TARGET=Win32 &&
|
|
make TARGET=Win64
|
|
|