summaryrefslogtreecommitdiff
path: root/core/src/xmake/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2020-03-25 22:36:06 +0800
committerruki <[email protected]>2020-03-25 09:36:38 +0800
commit6cea9b08790ce55bc278c0567ac0b1d00f896707 (patch)
treee44623cbcd93b04943446c7d86f22d1d65cb678e /core/src/xmake/makefile
parentff2e3546b8622c64889418e077ee1a1038b1d059 (diff)
fix and improve os.args
Diffstat (limited to 'core/src/xmake/makefile')
-rw-r--r--core/src/xmake/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile
index 6def8df5b..f5fa74257 100644
--- a/core/src/xmake/makefile
+++ b/core/src/xmake/makefile
@@ -15,6 +15,7 @@ xmake_C_FILES += \
xmake \
machine \
os/argv \
+ os/args \
os/find \
os/link \
os/isdir \