From 13633133a5f7206e4988d09d303af07e8f9478f6 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Fri, 14 Sep 2018 20:57:21 +0200 Subject: [PATCH] Makefile: simplify `make fmt` There is no C source file anymore `go fmt` will complain about. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b6e772b06..48fb8db7f 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,7 @@ clean: @rm -rf build fmt: - @go fmt . ./src/examples/test - @go fmt ./src/runtime/*.go + @go fmt . ./src/runtime ./src/examples/test gen-device: gen-device-nrf gen-device-avr