add macos target to makefile
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dan Ballard 2021-08-09 19:55:55 -04:00
parent 7d02f84174
commit 23b9888ad7
1 changed files with 4 additions and 2 deletions

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