mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-12-28 03:30:05 +00:00
5 lines
49 B
Bash
Executable File
5 lines
49 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export PATH="/mingw/bin:${PATH}"
|
|
make
|