Skip to content

Commit

Permalink
fix make clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Aug 12, 2018
1 parent b208468 commit d8b2b51
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ xcodebuild: project
xcodebuild -configuration "Debug" -parallelizeTargets -target SwiftGRPC -target Echo -target Simple -target protoc-gen-swiftgrpc build

clean:
rm -rf Packages
rm -rf .build build
rm -rf SwiftGRPC.xcodeproj
rm -rf Package.pins Package.resolved
rm -rf protoc-gen-swift protoc-gen-swiftgrpc
cd Examples/Echo/PackageManager; make clean
cd Examples/Simple/PackageManager; make clean
-rm -rf Packages
-rm -rf .build build
-rm -rf SwiftGRPC.xcodeproj
-rm -rf Package.pins Package.resolved
-rm -rf protoc-gen-swift protoc-gen-swiftgrpc
-cd Examples/Echo/PackageManager && make clean
-cd Examples/Simple/PackageManager && make clean

0 comments on commit d8b2b51

Please sign in to comment.