build: Makefile needs to look at changes in all needed sub-directories to decide if rebuild is required

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2018-12-11 11:38:23 +01:00
committed by Ayke van Laethem
parent 6cacafb8dc
commit 8734732d0c
+1 -1
View File
@@ -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 .