From 2ea46d440217c8d5b16b8cea1f4fb59390642116 Mon Sep 17 00:00:00 2001 From: Silver Kits Date: Fri, 21 Oct 2016 13:48:22 +0300 Subject: [PATCH] Format only .c files in source directory with make format --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0f89d5..eef2d49 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ install: $(AVRDUDE) $(AVRDUDEARGS) -U flash:w:$(TARGET) format: - $(CODE_FORMATTER) $(SRC) + $(CODE_FORMATTER) $(SRCDIR)/*.c size: $(AVRSIZE) $(AVRSIZEARGS) $(ELF)