Update pyscriptjs/Makefile

Co-authored-by: Matt Kramer <matthew.robert.kramer@gmail.com>
This commit is contained in:
Fabio Pliger
2022-05-05 13:03:59 -05:00
committed by GitHub
parent 534a6a6b05
commit 9e753e2e60

View File

@@ -8,7 +8,7 @@ app_dir ?= $(shell git rev-parse --show-prefix)
CONDA_ENV ?= ./env
env := $(CONDA_ENV)
conda_run := conda run -p $(env)
.PHONY: clean
clean: