Makefile (86B)
1# Top level Makefile 2 3all: 4 make -C libc 5 6clean: 7 rm -rf build *~ 8 make -C libc clean