Skip to content
Snippets Groups Projects
Commit 2045fe22 authored by Max Melchert's avatar Max Melchert
Browse files

fix(makefile): allow help target to be used with custom makefile name

parent f1e39404
Branches
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ CONDA := source $(SERVER_CONDA_PATH)/etc/profile.d/conda.sh && conda ...@@ -44,7 +44,7 @@ CONDA := source $(SERVER_CONDA_PATH)/etc/profile.d/conda.sh && conda
default: help # customize, if you know what you're doing default: help # customize, if you know what you're doing
help: # list targets and usage help: # list targets and usage
@awk '/^[a-zA-Z0-9_-]+:/{print $1}' makefile @awk '/^[a-zA-Z0-9_-]+:/{print $1}' $(lastword $(MAKEFILE_LIST))
install: # install conda environment install: # install conda environment
$(SSH) '\ $(SSH) '\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment