aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-11-25 17:37:31 +0100
committerAyke van Laethem <[email protected]>2018-12-10 15:36:23 +0100
commite10d05c74fca049207a89939581cea1087457423 (patch)
tree1cbd43453456fa8dbfd6fd21ddedc07805149220 /Makefile
parent564b1b3312b02a0b664b3cf55320236e1227bd82 (diff)
downloadtinygo-e10d05c74fca049207a89939581cea1087457423.tar.gz
tinygo-e10d05c74fca049207a89939581cea1087457423.zip
loader: switch to custom program loader
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2eacb156b..dabafd1f0 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ clean:
@rm -rf build
fmt:
- @go fmt . ./compiler ./interp ./ir ./src/device/arm ./src/examples/* ./src/machine ./src/runtime ./src/sync
+ @go fmt . ./compiler ./interp ./loader ./ir ./src/device/arm ./src/examples/* ./src/machine ./src/runtime ./src/sync
@go fmt ./testdata/*.go
test: