Install Doxygen!
Please Install check-devel on your system for testing reason.
Faculty of Information Technology (FIT) of Brno University of Technology
Project for subject Formal Languages and Compilers
Something something...
Michal Cyprian xcypri01 [email protected]
Michal Ďurista xduris04 [email protected], [email protected]
Rado Sroka xsroka00 [email protected], [email protected], [email protected]
Tomáš Sýkora xsykor25 [email protected], [email protected]
Tomáš Ščavnický xscavn00 [email protected], [email protected]
First:
git clone https://github.com/mcyprian/IFJ15.git
cd IFJ15
./init.sh
Normal use:
- make some changes
- add changes to index (git add something)
- make commit
- push
git status - show what was changed
git add <files> - add changed or new files to index and after that, they are ready for commit
git commit - make a commit
git push - upload changes to the Github
git clean -df - remove all generated files which are not in the index or commited
./init.sh - script which generates Makefiles and compile all
make - compile everything what was changed, e.g. after your change