Skip to content

Commit

Permalink
chore(make,readme) minor fix (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemingy committed May 11, 2022
1 parent a44672d commit 72e6dd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export GOFLAGS ?= -count=1
#

# All targets.
.PHONY: lint test build container push addlicense debug debug-local build-local generate test
.PHONY: lint test build container push addlicense debug debug-local build-local generate clean

build: build-local

Expand Down Expand Up @@ -135,7 +135,6 @@ test: generate
@go test -race -coverprofile=coverage.out ./...
@go tool cover -func coverage.out | tail -n 1 | awk '{ print "Total coverage: " $$3 }'

.PHONY: clean
clean:
@-rm -vrf ${OUTPUT_DIR}
@-rm -vrf ${DEBUG_DIR}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ make

Checkout the [examples](./examples/mnist), and configure MIDI with the manifest `build.MIDI`:

```
vscode(plugins = [
```python
vscode(plugins=[
"ms-python.python-2021.12.1559732655",
])

base(os="ubuntu20.04", language="python3")
pip_package(name = [
pip_package(name=[
"tensorflow",
"numpy",
])
Expand Down

0 comments on commit 72e6dd5

Please sign in to comment.