mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 23:43:24 +00:00
add ipc pipe (#28)
This commit is contained in:
10
kernel/ipc/Makefile
Normal file
10
kernel/ipc/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
all: pipe.o
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
pipe.o: pipe.c
|
||||
gcc $(CFLAGS) -c pipe.c -o pipe.o
|
||||
|
||||
clean:
|
||||
echo "Done."
|
Reference in New Issue
Block a user