3
0
Fork 0
trifid_mobile/nebula/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
269 B
Makefile
Raw Normal View History

2020-07-27 20:43:58 +00:00
111MODULE = on
export GO111MODULE
2021-06-08 15:10:21 +00:00
mobileNebula.aar: *.go go.sum
2020-07-27 20:43:58 +00:00
gomobile bind -trimpath -v --target=android
2021-06-08 15:10:21 +00:00
MobileNebula.framework: *.go go.sum
2020-07-27 20:43:58 +00:00
gomobile bind -trimpath -v --target=ios
.DEFAULT_GOAL := mobileNebula.aar
all: mobileNebula.aar MobileNebula.framework