build:
	@make -C libc build

install:
	@make -C libc install

clean:
	@make -C libc clean