izvrsni: AVL_tree.cpp AVL_tree.hpp
	g++ -std=c++11 -o izvrsni AVL_tree.cpp AVL_tree.hpp
	
.PHONY: clean

clean:
	rm -f *~ izvrsni