Skip to content

Commit

Permalink
🔧 Avoid too many configurations in root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
iydon committed Feb 17, 2022
1 parent 59eae6b commit fd5acb0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ MATURIN = $(POETRY) run maturin
help: ## Print help information
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'

init: ## Initialize the configuration files
cp config/* .

install: ## Install Python-side dependencies
$(POETRY) install

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fd5acb0

Please sign in to comment.