Skip to content
Snippets Groups Projects
Makefile 253 B
Newer Older
include conda.mk
include setuptools.mk
include alma_fetch.mk
build-base:
	@echo "Building..."
	make miniconda-installed
	make build-python
	@echo "Finished build."
build-almafetch:
	@echo "Building ALMA fetcher."
	make build-alma