all:
	sh ./compile.sh

clean:
	rm -rf *.o *.mod *.xmod *.log __omni_tmp__

