porting ios build from old repo + macos target for makefile #16

Merged
sarah merged 7 commits from ios_build into trunk 2021-08-16 19:53:10 +00:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 23b9888ad7 - Show all commits

View File

@ -1,13 +1,15 @@
IOS_OUT := ./ios
.PHONY: all linux android windows clean ios
.PHONY: all linux android windows macos clean ios
DEFAULT_GOAL: linux
all: linux android
all: linux android windows
linux: libCwtch.so
macos: libCwtch.so
android: cwtch.aar
windows: libCwtch.dll