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