Add a comment explaining the ci targets.

This commit is contained in:
Bob Nystrom
2017-01-12 21:55:35 -08:00
parent 5ddd783ff5
commit d301fefac2

View File

@ -44,6 +44,7 @@ all: debug release
$(V) $(MAKE) -f util/wren.mk MODE=debug ARCH=64
$(V) $(MAKE) -f util/wren.mk MODE=debug LANG=cpp ARCH=64
# Travis uses these targets for continuous integration.
ci: ci_32 ci_64
ci_32: