We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb655b commit cc4a4caCopy full SHA for cc4a4ca
Makefile
@@ -1,3 +1,14 @@
1
+#
2
+# Key targets in this makefile:
3
4
+# make build
5
+# Build the runtime library
6
+# make test
7
+# Build the library and test suite, run the test suite
8
+# make regenerate
9
+# Recompile all the necessary protos
10
+# (requires protoc and protoc-gen-swift in path)
11
12
13
# How to run a 'swift' executable that supports the 'swift build', 'swift test', etc commands.
14
SWIFT=swift
0 commit comments