Skip to content

Commit

Permalink
restore main
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Feb 9, 2024
1 parent 86967ea commit 10b34db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion u8g2/Makefile.app
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10b34db

Please sign in to comment.