Commit Graph

1 Commits (619b0b33e72987f0f70e73f05fc0f25cfe8a8f78)

Author SHA1 Message Date
John Niang d089ec63b4 Add Makefile for convenient operations (halo-dev/console#641)
#### What type of PR is this?

/kind feature
/area console

#### What this PR does / why we need it:

```bash
╰─❯ make help 
all                  lint and test code
install              install dependencies
build                build console
lint                 lint code
test                 run tests
help                 print this help
```

#### Does this PR introduce a user-facing change?

```release-note
None
```
2022-10-13 10:00:16 +00:00