mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
5 lines
49 B
Bash
Executable File
5 lines
49 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export PATH="/mingw/bin:${PATH}"
|
|
make
|