mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-01-09 04:30:29 +00:00
8 lines
77 B
Bash
8 lines
77 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -rf build/
|
||
|
make && \
|
||
|
make TARGET=Win32 &&
|
||
|
make TARGET=Win64
|
||
|
|