CC = g++

all: origin immutability

origin:
	cd initial && make -j4
immutability:
	cd immutable && make -j4
