Skip to content

Commit d202d49

Browse files
committed
full u8g2.h path
1 parent 6e3a1b7 commit d202d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

u8g2/Makefile.app

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $(U8G2_SRC_DIR).zip:
1717
u8g2.h: | $(U8G2_SRC_DIR).zip
1818
unzip -d $(U8G2_LIB_DIR) $(U8G2_SRC_DIR).zip
1919

20-
main.c: | u8g2.h
20+
main.c: | $(U8G2_SRC_DIR)/csrc/u8g2.h
2121

22-
$(U8G2_LIB_DIR)/build/cortex-m0/u8g2.a: | u8g2.h
22+
$(U8G2_LIB_DIR)/build/cortex-m0/u8g2.a: | $(U8G2_SRC_DIR)/csrc/u8g2.h
2323
make -C $(U8G2_LIB_DIR) all

0 commit comments

Comments
 (0)