From de5f1104d3a39a79cb7422f6b9a0ddb94d648f68 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 30 Sep 2021 10:49:57 -0700 Subject: [PATCH] make clean libCwtch.dylib --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7510a3..c31a5dd 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ libCwtch.dll: lib.go GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc-win32 go build -buildmode c-shared -o libCwtch.dll clean: - rm -f cwtch.aar cwtch_go.apk libCwtch.h libCwtch.so cwtch-sources.jar libCwtch.dll + rm -f cwtch.aar cwtch_go.apk libCwtch.h libCwtch.so cwtch-sources.jar libCwtch.dll libCwtch.dylib # iOS - for testing purposes only for now, not officially supported