3
0
Fork 0
trifid_mobile/nebula/Makefile

13 lines
255 B
Makefile
Raw Permalink Normal View History

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