Makefile: simplify make fmt
There is no C source file anymore `go fmt` will complain about.
Этот коммит содержится в:
родитель
09cbd223c3
коммит
13633133a5
1 изменённых файлов: 1 добавлений и 2 удалений
3
Makefile
3
Makefile
|
@ -48,8 +48,7 @@ clean:
|
||||||
@rm -rf build
|
@rm -rf build
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
@go fmt . ./src/examples/test
|
@go fmt . ./src/runtime ./src/examples/test
|
||||||
@go fmt ./src/runtime/*.go
|
|
||||||
|
|
||||||
gen-device: gen-device-nrf gen-device-avr
|
gen-device: gen-device-nrf gen-device-avr
|
||||||
|
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче