2
0
mirror of https://github.com/team2059/Zaphod synced 2025-01-07 22:14:14 -05:00

Added a line to configure

This commit is contained in:
Adam Long 2014-06-07 16:58:00 -04:00
parent 8850989d92
commit 726290b8d3

1
configure vendored
View File

@ -1,6 +1,7 @@
#!/bin/bash
git submodule init
git submodule update
export PATH=$PATH:$(pwd)/bin/ucpp/ucpp
echo "export PATH=$PATH:$(pwd)/bin/ucpp/ucpp" >> ~/.bashrc
echo "alias frcbot='python build'" >> ~/.bashrc
source ~/.bashrc