From a86739d2351a8e68ba7f68a16179a2f0cc2d01d9 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Sun, 23 Sep 2018 01:17:46 +0200 Subject: [PATCH] Makefile: add new packages to tgo dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1835e7c3..084a61b2 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 .