Browse Source

build: correct Makefile to build tinygo executable correctly when build directory does not exist, such as after running 'make clean'

Signed-off-by: Ron Evans <ron@hybridgroup.com>
pull/182/head
Ron Evans 6 years ago
committed by Ayke
parent
commit
2d5bc836f5
  1. 2
      Makefile

2
Makefile

@ -108,7 +108,7 @@ gen-device-stm32:
go fmt ./src/device/stm32
# Build the Go compiler.
tinygo:
build/tinygo:
@mkdir -p build
go build -o build/tinygo .

Loading…
Cancel
Save