.PHONY: all

all: StackedIt

StackedIt: src/*.h src/*.cc
	make -C src

clean:
	make -C src clean
