mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-07 22:54:14 +01:00
13 lines
353 B
Plaintext
13 lines
353 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# This file is to be put into C:\Program Files\Git\bin\ subdirectory
|
||
|
# (or similar, depeding on where the msysGit package was installed)
|
||
|
# to provide a make command to unix-like build environment on Windows.
|
||
|
#
|
||
|
# See also:
|
||
|
# README.txt
|
||
|
# http://wiki.openpilot.org/display/Doc/GCS+Development+on+Windows
|
||
|
#
|
||
|
|
||
|
mingw32-make.exe $*
|