Move xy.h

This commit is contained in:
Aoran Zeng 2024-12-14 19:54:37 +08:00
parent 5a8a75eb71
commit 66ad62d209
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
3 changed files with 2 additions and 1 deletions

View File

@ -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

0
include/.keep Normal file
View File