mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
a40e763b2a
This will be a place to put object serialization/deserialization logic, message parsing, endpoint management, etc.
7 lines
138 B
Bash
Executable file
7 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/
|