mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-30 15:00:25 +00:00
7e4a9220d7
This includes a working gyp-based build of an executable that uses LLVM.
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
|
|
|
# Bash aliases
|
|
|
|
alias xb='python xenia-build.py'
|
|
alias xbb='python xenia-build.py build'
|
|
alias xbc='python xenia-build.py clean'
|