git rm --cached lib/libssd1306/bld/

This commit is contained in:
2022-11-14 00:59:26 +01:00
parent 317aed825e
commit 3124b29176
49 changed files with 256 additions and 180 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ size: $(TARGET).elf
# Build the display library
lib/libssd1306/bld/libssd1306.a:
$(MAKE) -C lib/libssd1306/ -f Makefile.avr MCU=atmega328p
$(MAKE) -C lib/libssd1306/src/ -f Makefile.avr MCU=atmega328p
$(TARGET).elf: $(OBJECTS) lib/libssd1306/bld/libssd1306.a | $(BUILD_DIR)
$(LD) $(CFLAGS) $(LFLAGS) -o $@ $^ lib/libssd1306/bld/libssd1306.a