admin管理员组

文章数量:1596253

这篇文章对Makefile中遇到的一些不太明白的关键词进行解释

# eliminate default suffix rules
.SUFFIXES: .c .S .h

# delete target files if there is an error (or make is interrupted)
.DELETE_ON_ERROR:

.PHONY: qemu qemu-nox debug debug-nox

本文标签: 操作系统ucoreMakefile