make clean libCwtch.dylib #30

Merged
sarah merged 3 commits from cleanmac into trunk 2021-09-30 20:15:51 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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