mirror of
https://github.com/jamessanford/kegs.git
synced 2025-01-25 05:31:42 +00:00
5 lines
49 B
Bash
Executable File
5 lines
49 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export PATH="/mingw/bin:${PATH}"
|
|
make
|