4 Star 0 Fork 0

UnicornZ/myOS

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Makefile 247 Bytes
Copy Edit Raw Blame History
Sunny authored 2021-10-21 05:53 . init
CLEAN_SUBDIRS = src doc tests
all::
@echo "This makefile has only 'clean' and 'check' targets."
clean::
for d in $(CLEAN_SUBDIRS); do $(MAKE) -C $$d $@; done
distclean:: clean
find . -name '*~' -exec rm '{}' \;
check::
$(MAKE) -C tests $@
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/tz107107/my-os.git
git@gitee.com:tz107107/my-os.git
tz107107
my-os
myOS
master

Search

23e8dbc6 1850385 7e0993f3 1850385