all:
	make -f Makefile wish
test:
	make -f Makefile test
install:
	make -f Makefile install

