1
0
Fork 0

Format only .c files in source directory with make format

This commit is contained in:
Silver Kits 2016-10-21 13:48:22 +03:00 committed by Arti Zirk
parent 89b7339775
commit 281d4d72c5
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ install:
$(AVRDUDE) $(AVRDUDEARGS) -U flash:w:$(TARGET)
format:
$(CODE_FORMATTER) $(SRC)
$(CODE_FORMATTER) $(SRCDIR)/*.c
size:
$(AVRSIZE) $(AVRSIZEARGS) $(ELF)