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