Skip to content

Commit cc4a4ca

Browse files
committed
Document the Makefile
1 parent 9fb655b commit cc4a4ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
#
112

213
# How to run a 'swift' executable that supports the 'swift build', 'swift test', etc commands.
314
SWIFT=swift

0 commit comments

Comments
 (0)