This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
DragonOS-Community
/
DragonOS
mirrorاز
https://github.com/DragonOS-Community/DragonOS.git
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
درخت:
1e94d1e7d0
شاخهها
تگها
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
/
ipc
/
Makefile
Makefile
101 B
تاريخچه
خام
1
2
3
4
5
6
7
8
9
10
all: pipe.o
CFLAGS += -I .
pipe.o: pipe.c
gcc $(CFLAGS) -c pipe.c -o pipe.o
clean:
echo "Done."