Github user radarwave commented on a diff in the pull request:
https://github.com/apache/hawq/pull/1396#discussion_r216240793
--- Diff: contrib/hawq-docker/Makefile ---
@@ -227,3 +229,85 @@ distclean:
docker network rm $(NETWORK) 2>&1 >/dev/null || true; \
fi
@echo "Distclean Done!"
+
+hawq:
--- End diff --
It's better to add make dependencies for this option, or add description
what's the make sequence to call this option.---
