Merge pull request 'make clean libCwtch.dylib' (#30) from cleanmac into trunk
continuous-integration/drone/push Build is passing Details

Reviewed-on: #30
This commit is contained in:
Sarah Jamie Lewis 2021-09-30 20:15:50 +00:00
commit a378c8dfb5
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