summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2018-09-29 20:17:46 +0800
committerruki <[email protected]>2018-09-29 20:17:46 +0800
commit27658956cfe3f4223753059a3324a9b320320ad7 (patch)
tree44406ce7a61553f0af9086e818bb79d5a11682d7 /core/src/xmake/makefile
parent2f283df97b8527cc69c3139efec7ad27a6851611 (diff)
add os.ln and os.islink
Diffstat (limited to 'core/src/xmake/makefile')
-rw-r--r--core/src/xmake/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile
index 1b5a939cc..cd05a8b6a 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -16,6 +16,7 @@ xmake_C_FILES += \
machine \
os/argv \
os/find \
+ os/link \
os/isdir \
os/rmdir \
os/mkdir \
@@ -27,6 +28,7 @@ xmake_C_FILES += \
os/curdir \
os/tmpdir \
os/isfile \
+ os/islink \
os/rmfile \
os/cpfile \
os/rename \