diff --git a/server/Makefile-selective-scan b/server/Makefile-selective-scan index cf724d55..f4dec868 100644 --- a/server/Makefile-selective-scan +++ b/server/Makefile-selective-scan @@ -24,3 +24,5 @@ build-selective-scan: selective-scan install-selective-scan: install-causal-conv1d build-selective-scan pip uninstall selective-scan-cuda -y || true cd mamba && pip install . + +build-all: build-causal-conv1d build-selective-scan \ No newline at end of file