ARCH=/mnt/gmirror/ports/devel/libcoro/work/coro-1.0.3/arch/x86-freebsd MAN=/mnt/gmirror/ports/devel/libcoro/work/coro-1.0.3/coro.man all: @cd $(ARCH) && $(MAKE) $@ test: all @cd testing && $(MAKE) test @echo "Test passed" install: @cd $(ARCH) && $(MAKE) install clean: @cd $(ARCH) && $(MAKE) clean @cd testing && $(MAKE) clean rm -f coro.lsm coro.html distclean: clean rm -f Makefile $(ARCH)/Makefile testing/Makefile $(MAN)