mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-12-28 19:32:31 +00:00
5 lines
49 B
Plaintext
5 lines
49 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
export PATH="/mingw/bin:${PATH}"
|
||
|
make
|