Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: Added Makefile install target.
  • Loading branch information
srackham committed Jan 31, 2020
1 parent 126a2b2 commit 5abd364
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -52,6 +52,11 @@ tag: test
echo tag: $$tag
git tag -a -m $$tag $$tag

.PHONY: install
install: test
# Generate rimudeno executable wrapper for rimuc CLI.
deno install rimudeno ./src/rimuc.ts --allow-env --allow-read --allow-write

.PHONY: push
push:
git push -u --tags origin master

0 comments on commit 5abd364

Please sign in to comment.