This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
DragonOS-Community
/
DragonOS
同期ミラー
https://github.com/DragonOS-Community/DragonOS.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
881ff6f95e
ブランチ
タグ
dragonosbot/docs-translation-update-1751116866
feat-network-rebuild
master
oscomp
V0.1.10
V0.1.9
V0.1.8
V0.1.7
V0.1.6
V0.1.5
V0.1.4
V0.1.3
V0.1.2
V0.1.1
V0.1.0
DragonOS
/
tools
/
Makefile
Makefile
97 B
履歴
Raw
1
2
3
4
5
6
7
8
9
.PHONY: fmt
fmt:
@cargo fmt --all $(FMT_CHECK)
clean:
@cargo clean
check:
@cargo check --all