aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-09-22 20:25:50 +0200
committerAyke van Laethem <[email protected]>2018-09-22 20:32:07 +0200
commitb75a02e66dd240685b281b45bc87d37788fb0a7c (patch)
tree056f039cbb6705537dfd718d6f769f6b4d51e0a4 /Makefile
parent473e71b5731f88edfd07c4c07da32204f74e8389 (diff)
downloadtinygo-b75a02e66dd240685b281b45bc87d37788fb0a7c.tar.gz
tinygo-b75a02e66dd240685b281b45bc87d37788fb0a7c.zip
compiler: refactor IR parts into separate package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de7262f3b..ed8cbc0ef 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ clean:
@rm -rf build
fmt:
- @go fmt . ./src/examples/* ./src/machine ./src/runtime ./src/sync
+ @go fmt . ./ir ./src/examples/* ./src/machine ./src/runtime ./src/sync
gen-device: gen-device-nrf gen-device-avr