Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.3 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.3 KB

Install Doxygen!

Please Install check-devel on your system for testing reason.

=================== IFJ15

Faculty of Information Technology (FIT) of Brno University of Technology

Project for subject Formal Languages and Compilers

Description:

Something something...

Collaborators:

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]

Use:

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

Useful commands:

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