Skip to content

Commit

Permalink
Move Makefile variables to config.public.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
amc-corey-cox committed Sep 11, 2024
1 parent cdd5f2f commit 100813d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SHELL := bash
ifdef LINKML_ENVIRONMENT_FILENAME
include ${LINKML_ENVIRONMENT_FILENAME}
else
include .env.public
include config.public.mk
endif

RUN = poetry run
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# config.public.mk

# This file is public in git. No sensitive info allowed.
# These variables are sourced in Makefile, following make-file conventions.
# Be aware that this file does not follow python or bash conventions, so may appear a little unfamiliar.
Expand Down

0 comments on commit 100813d

Please sign in to comment.