evilsocket / cake

Distributed LLM and StableDiffusion inference for mobile, desktop and server.
Other
2.57k stars 135 forks source link

chore: Update Makefile #5

Closed b0xtch closed 3 months ago

b0xtch commented 3 months ago
mv ./cake-ios/bindings/cakeFFI.modulemap ./cake-ios/bindings/module.modulemap
rm ./cake-ios-worker-app/CakeWorker/Cake.swift
rm: ./cake-ios-worker-app/CakeWorker/Cake.swift: No such file or directory
make: *** [ios] Error 1
evilsocket commented 3 months ago

nope, the Makefile is correct, your PR would break things ... that only happens the first time because the file is not there ;)

b0xtch commented 3 months ago

ok, so it currently does not work the first time you clone but deciding to keep it

evilsocket commented 3 months ago

@b0xtch idk man in your PR you are deleting a file that should not be deleted, so i'd rather not merge, you know :D