Gitiles
Code Review
Sign In
source.supwisdom.com
/
dali_platfrom
/
dlqrcode
/
3146230f37efa0d2971f2e18138a4ccd354c42b1
/
.
/
Makefile
blob: 7a824c549c02c31eea12f3c419e2903f3ec1bb43 [
file
] [
log
] [
blame
]
CARGO
?=
cargo
RM
?=
rm
.
PHONY
:
clean
build
:
$
(
CARGO
)
build
--
release
android
:
$
(
CARGO
)
build
--
target aarch64
-
linux
-
android
--
release
$
(
CARGO
)
build
--
target armv7
-
linux
-
androideabi
--
release
clean
:
$
(
RM
)
-
rf target