xenia/xeniarc
Ben Vanik 7e4a9220d7 Initial project skeleton.
This includes a working gyp-based build of an executable that uses LLVM.
2013-01-11 01:23:08 -08:00

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'