diff options
| author | ruki <[email protected]> | 2019-07-25 22:33:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-07-25 09:23:49 +0800 |
| commit | 9a8be815e4285b6c3709bb2159e028d000ef0552 (patch) | |
| tree | a8e33263abc5b9b085d6c6e18effeaa3ef0ec311 /scripts | |
| parent | 6634524cfdccf13e50a6fdbf55678832c530f908 (diff) | |
add srcenv.profile
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/srcenv.profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/srcenv.profile b/scripts/srcenv.profile new file mode 100644 index 000000000..1bea13459 --- /dev/null +++ b/scripts/srcenv.profile @@ -0,0 +1,4 @@ +# cd projectdir +export XMAKE_PROGRAM_DIR=`pwd`/xmake +alias xmake=`pwd`/core/src/demo/demo.b +xmake --version |
