Skip to content

Commit

Permalink
added makefile from main repo
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Jun 7, 2024
1 parent cf456e1 commit 89b7398
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.DEFAULT_GOAL := help

.PHONY: docs
.PHONY: html
docs html:
rm -rf docs/_build
$(MAKE) -C docs html

.PHONY: help
help:
@echo "Welcome to Visionatrix development. Please use \`make <target>\` where <target> is one of"
@echo " docs make HTML docs"
@echo " "

0 comments on commit 89b7398

Please sign in to comment.