1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00
betaflight/make/windows.mk

14 lines
409 B
Makefile

# windows.mk
#
# Goals:
# Configure an environment that will allow Taulabs GCS and firmware to be built
# on a Windows system. The environment will support the current version of the
# ARM toolchain installed to either their respective default installation
# locations, the tools directory or made available on the system path.
#
# Requirements:
# msysGit
# Python
PYTHON := python
export PYTHON