aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-09-23 01:17:46 +0200
committerAyke van Laethem <[email protected]>2018-09-23 01:17:46 +0200
commita86739d2351a8e68ba7f68a16179a2f0cc2d01d9 (patch)
tree3e9f83d87eec467437cdcc3bc2230081dc461923 /Makefile
parentb2cbfa78ca0aa35d616c0c2da80c94d8e35b5a22 (diff)
downloadtinygo-a86739d2351a8e68ba7f68a16179a2f0cc2d01d9.tar.gz
tinygo-a86739d2351a8e68ba7f68a16179a2f0cc2d01d9.zip
Makefile: add new packages to tgo dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1835e7c31..084a61b25 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ gen-device-stm32:
# Build the Go compiler.
-build/tgo: *.go
+build/tgo: *.go compiler/*.go ir/*.go
@mkdir -p build
go build -o build/tgo -i .