mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update Makefile
This commit is contained in:
parent
f70701309a
commit
6ea5e8add7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ifndef LD
|
|||
LD = ld
|
||||
endif
|
||||
|
||||
SOURCES = SSD1306_OLED_Library/SSD1306_OLED.c Example_Code/main.c Example_Code/example_app.c I2C_Library/I2C.c
|
||||
SOURCES = SSD1306_OLED_Library/SSD1306_OLED.c Example_Code/Main.c Example_Code/example_app.c I2C_Library/I2C.c
|
||||
OBJS := $(SOURCES:.c=.o)
|
||||
CPPFLAGS := -I SSD1306_OLED_Library -I I2C_Library
|
||||
ifndef CFLAGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue