Skip to content

Commit 63b44a8

Browse files
Set default make entrypoint to build
1 parent 20942b4 commit 63b44a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ clean:
2929
.PHONY: ci
3030
ci: clean lint test
3131

32-
.DEFAULT_GOAL := cli
32+
.DEFAULT_GOAL := build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The app comes in two version: as a CLI and as an API.
1818
To build and launch the CLI version of `recite`, run
1919

2020
```bash
21-
make build
21+
make
2222
./cli "https://example-article.com/index"
2323
```
2424

0 commit comments

Comments
 (0)