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)