mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-02-07 21:30:56 +00:00
Added vendor-defined usage page to USB HID device descriptors for more reliable operation on Mac.
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
|
|
|