~skiqqy/baal

78e81c988d4398072db5ac77d25fcd011d4c24b8 — Stephen Cochrane 2 years ago f1e81e0
Ignore libs dir
1 files changed, 1 insertions(+), 1 deletions(-)

M dev
M dev => dev +1 -1
@@ 7,7 7,7 @@ mkdir -p test/{.dev.server,.dev.client}
alias baal='./bin/baal'
alias server='./bin/baal -w test/.dev.server server'
alias test='make && bash test.sh'
alias todo="grep --colour=always -nR --exclude-dir .git --exclude-dir bin TODO . | grep -v '^Binary file'"
alias todo="grep --colour=always -nR --exclude-dir libs --exclude-dir .git --exclude-dir bin TODO . | grep -v '^Binary file'"

# For runtime
export LD_LIBRARY_PATH=$(pwd)/libs/cJSON/build # Find cJSON libs in bin