mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 22:30:55 +00:00
5 lines
49 B
Plaintext
5 lines
49 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
export PATH="/mingw/bin:${PATH}"
|
||
|
make
|