
all:
	make -f unix/Makefile $@

clean:
	make -f unix/Makefile $@

install:
	make -f unix/Makefile $@
