mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
This will be a place to put object serialization/deserialization logic, message parsing, endpoint management, etc.
8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
SERENITY_ROOT=../../
|
|
|
|
mkdir -p $SERENITY_ROOT/Root/usr/include/LibIPC/
|
|
cp *.h $SERENITY_ROOT/Root/usr/include/LibIPC/
|