We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3a1b7 commit d202d49Copy full SHA for d202d49
u8g2/Makefile.app
@@ -17,7 +17,7 @@ $(U8G2_SRC_DIR).zip:
17
u8g2.h: | $(U8G2_SRC_DIR).zip
18
unzip -d $(U8G2_LIB_DIR) $(U8G2_SRC_DIR).zip
19
20
-main.c: | u8g2.h
+main.c: | $(U8G2_SRC_DIR)/csrc/u8g2.h
21
22
-$(U8G2_LIB_DIR)/build/cortex-m0/u8g2.a: | u8g2.h
+$(U8G2_LIB_DIR)/build/cortex-m0/u8g2.a: | $(U8G2_SRC_DIR)/csrc/u8g2.h
23
make -C $(U8G2_LIB_DIR) all
0 commit comments