rearranged Python part

This commit is contained in:
Luxferre
2026-07-03 10:02:18 +03:00
parent 63a541953f
commit 1bc0384811
6 changed files with 66 additions and 4 deletions
+1 -1
View File
@@ -5,5 +5,5 @@
TARGET="$1"
[ -z $TARGET ] && TARGET='dist/clyx_py/clyx'
mkdir -p $TARGET
cp clyx.py lib.clx clyx_repl.clx test.clx $TARGET/
cp clyx-python/clyx/clyx.py lib.clx clyx_repl.clx test.clx $TARGET/
echo "Distribution created at $TARGET"