From 8734732d0c125101a2d5b317b0627ef2a4ba7d43 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Tue, 11 Dec 2018 11:38:23 +0100 Subject: [PATCH] build: Makefile needs to look at changes in all needed sub-directories to decide if rebuild is required Signed-off-by: Ron Evans --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dabafd1f..7aa02acf 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 .