Skip to content
Snippets Groups Projects
Verified Commit e50ec570 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix dependencies in Makefile

parent b677a131
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,13 @@ VERSION_FULL := $(VERSION) ...@@ -6,7 +6,13 @@ VERSION_FULL := $(VERSION)
ARCH := arm64-v8a ARCH := arm64-v8a
$(DIST)-debug-$(VERSION_FULL)-$(ARCH).apk: SOURCES := \
app.py \
bluetooth.py \
main.py \
mynitcompanion.kv
$(DIST)-debug-$(VERSION_FULL)-$(ARCH).apk: $(SOURCES)
p4a apk \ p4a apk \
--dist_name $(DIST) \ --dist_name $(DIST) \
--private . \ --private . \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment