# shorthands so make works in this dir

all:
	cd .. && $(MAKE) all

clean:
	cd .. && $(MAKE) clean
