aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRon Evans <[email protected]>2018-12-11 11:38:23 +0100
committerAyke van Laethem <[email protected]>2018-12-11 12:55:03 +0100
commit8734732d0c125101a2d5b317b0627ef2a4ba7d43 (patch)
tree5fc15a2b87c4ef3baed0b54d4802137625059247 /Makefile
parent6cacafb8dc0351c2204cefedcd83864df6591d3d (diff)
downloadtinygo-8734732d0c125101a2d5b317b0627ef2a4ba7d43.tar.gz
tinygo-8734732d0c125101a2d5b317b0627ef2a4ba7d43.zip
build: Makefile needs to look at changes in all needed sub-directories to decide if rebuild is required
Signed-off-by: Ron Evans <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dabafd1f0..7aa02acf6 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ gen-device-stm32:
# Build the Go compiler.
-build/tgo: *.go compiler/*.go ir/*.go
+build/tgo: *.go compiler/*.go interp/*.go loader/*.go ir/*.go
@mkdir -p build
go build -o build/tgo -i .