diff --git a/u8g2/Makefile.app b/u8g2/Makefile.app index 9c7f2646a..fbae523d8 100644 --- a/u8g2/Makefile.app +++ b/u8g2/Makefile.app @@ -17,8 +17,9 @@ $(U8G2_SRC_DIR).zip: $(U8G2_SRC_DIR)/csrc/u8g2.h: | $(U8G2_SRC_DIR).zip unzip -q -d $(U8G2_LIB_DIR) $(U8G2_SRC_DIR).zip +main.c: $(U8G2_SRC_DIR)/csrc/u8g2.h + u8g2lib: $(U8G2_SRC_DIR)/csrc/u8g2.h - echo "run library make" make -C $(U8G2_LIB_DIR) all define U8G2_RULES