Skip to content

Commit

Permalink
Makefile: default to install when running 'make'. Closes: #265 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Sep 3, 2022
1 parent b03e09a commit d788165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
@@ -1,5 +1,6 @@
BUD_VERSION := $(shell cat version.txt)

default: install
precommit: test.dev

##
Expand Down
2 changes: 1 addition & 1 deletion contributing/Readme.md
Expand Up @@ -16,7 +16,7 @@ Run the following commands to download and run Bud locally:
```sh
git clone https://github.com/livebud/bud
cd bud
make install # fresh installs take a few minutes because of V8
make # fresh installs take a few minutes because of V8
go run main.go
```

Expand Down

0 comments on commit d788165

Please sign in to comment.