all:
	@(cd fiber; make)
	@(cd httpd; make)
cl clean:
	@(cd fiber; make clean)
	@(cd httpd; make clean)

rb rebuild: clean all
