diff Makefile @ 498:3feac274a27b

updates for android10+
author Carl Byington <carl@five-ten-sg.com>
date Mon, 06 Jun 2022 15:05:20 -0700
parents 0a17c6e7cb0f
children 53ae310a96f8
line wrap: on
line diff
--- a/Makefile	Mon Jun 06 13:01:45 2022 -0700
+++ b/Makefile	Mon Jun 06 15:05:20 2022 -0700
@@ -3,7 +3,7 @@
 
 na=$(shell find . -iname '*.c' -o -iname '*.h' -o -iname '*.cpp')
 style:=release
-dest:=../ASM/Installers
+dest:=../ASM.v6/installers
 ver:=$(shell grep versionName app/src/main/AndroidManifest.xml | cut -d'"' -f2)
 id:=$(shell hg id --id || echo 1)
 da:=$(shell date '+%Y-%m-%dT%H:%M:%S')