This website works better with JavaScript
首頁
探索
說明
登入
DragonOS-Community
/
DragonOS
镜像来自
https://github.com/DragonOS-Community/DragonOS.git
關注
2
讚好
0
複刻
0
檔案
問題管理
0
Wiki
目錄樹:
dbed64a4ef
分支列表
標籤列表
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
/
kernel
/
time
/
Makefile
Makefile
107 B
文件歷史
原始文件
1
2
3
4
5
6
7
8
9
10
all: timer.o
CFLAGS += -I .
timer.o: timer.c
gcc $(CFLAGS) -c timer.c -o timer.o
clean:
echo "Done."