git rm --cached lib/libssd1306/bld/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user