Skip to content

Commit

Permalink
add makefile, remove old make_release script
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Jun 4, 2020
1 parent 423d679 commit 0505eae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: docs

docs:
@cd docs && make html

release:
@VERSION=$$(python -c "import rltk;print(rltk.__version__)") && git tag $$VERSION
7 changes: 0 additions & 7 deletions make_release.sh

This file was deleted.

0 comments on commit 0505eae

Please sign in to comment.