PROJECT_NAME = smart_intermediate_representation

default: gen-stdlib

gen-stdlib:
	cd src/runtime/stdlib && (make || echo '') && cd ../../../
