From 23b9888ad7268462553f8112365dd25a95371818 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 9 Aug 2021 19:55:55 -0400 Subject: [PATCH] add macos target to makefile --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 131e1e3..57972fe 100644 --- a/Makefile +++ b/Makefile @@ -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