toaruos/initrd/etc/.vim

1 line
20 KiB
VimL
Raw Normal View History

2011-04-19 02:43:18 +04:00
"Makefile" 197L, 6446C :  # Kernel  initrd/boot/kernel: toaruos-kernel  >---@mkdir -p initrd/boot  >---@cp toaruos-kernel initrd/boot/kernel    ################  # Utilities #  ################    util/bin/%: util/%.c  >---@${ECHO} -n "\033[32m CC $<\033[0m"  >---@${CC} ${NATIVEFLAGS} -o $@ $<  >---@${ECHO} "\r\033[32;1m CC