.PHONY: release
.PHONY: debug

release: DPrizivnik.pp
	fpc DPrizivnik.pp -Sd -O3

debug: DPrizivnik.pp
	fpc DPrizivnik.pp -Sd -gl
