mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 19:08:11 +08:00
Part of the reason that the Makefile in the root directory is a bit complicated is that it tries to handle tasks that can be handled separately in the client and server modules. This commit pushes some of the make logic specific to each module into their own makefiles and calls out to those makefiles from that in the project root.