# This is a dirty trick just to ease compilation with emacs
#
# This file is not intended to be distributed or anything
#
# So: don't touch it, even better ignore it!

all:
	$(MAKE) -C ../..

clean:
	$(MAKE) -C ../.. clean

.PHONY: all clean
