#
# Sneaky way so that I can type ":make" in Vim to make the directory up one
up:
	make -C ../
clean:
	make clean -C ../
