We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d9705 commit ba77db0Copy full SHA for ba77db0
Makefile
@@ -3,14 +3,6 @@ PIP=$(VIRTUAL_ENV)/bin/pip
3
TOX=`which tox`
4
ACTIVATE=$(VIRTUAL_ENV)/bin/activate
5
PYTHON=$(VIRTUAL_ENV)/bin/python
6
-FLAKE8=$(VIRTUAL_ENV)/bin/flake8
7
-PYTEST=$(VIRTUAL_ENV)/bin/pytest
8
-SOURCES=src/ tests/
9
-PYTHON_MAJOR_VERSION=3
10
-PYTHON_MINOR_VERSION=6
11
-PYTHON_VERSION=$(PYTHON_MAJOR_VERSION).$(PYTHON_MINOR_VERSION)
12
-PYTHON_MAJOR_MINOR=$(PYTHON_MAJOR_VERSION)$(PYTHON_MINOR_VERSION)
13
-PYTHON_WITH_VERSION=python$(PYTHON_VERSION)
14
DOCKER_IMAGE=kivy/python-for-android
15
ANDROID_SDK_HOME ?= $(HOME)/.android/android-sdk
16
ANDROID_NDK_HOME ?= $(HOME)/.android/android-ndk
0 commit comments