This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
DragonOS-Community
/
DragonOS
spogulis no
https://github.com/DragonOS-Community/DragonOS.git
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Koks:
31b7b49d8c
Atzari
Tagi
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
103 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
10
all: pipe.o
CFLAGS += -I .
pipe.o: pipe.c
$(CC) $(CFLAGS) -c pipe.c -o pipe.o
clean:
echo "Done."