diff --git a/Makefile b/Makefile index ee4619e..a4fbcb4 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ # Last Modified : <2024-12-14> # -------------------------------------------------------------- -CFLAGS = -Iinclude # -Wall +CFLAGS = -Iinclude -Ilib # -Wall # 只有Windows会定义该变量 ifeq ($(OS), Windows_NT) @@ -55,3 +55,4 @@ clean: -@rm xy 2>/dev/null -@rm fw 2>/dev/null -@rm chsrc 2>/dev/null + -@rm README.md.bak* 2>/dev/null diff --git a/include/.keep b/include/.keep new file mode 100644 index 0000000..e69de29 diff --git a/include/xy.h b/lib/xy.h similarity index 100% rename from include/xy.h rename to lib/xy.h