mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
16 lines
471 B
Plaintext
16 lines
471 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# simple install command replacement for Windows
|
||
|
#
|
||
|
# This file should 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
|
||
|
# http://wiki.openpilot.org/display/Doc/Firmware+Development+on+Windows
|
||
|
#
|
||
|
|
||
|
cp -f $*
|