mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 07:39:16 +00:00
7 lines
140 B
Bash
Executable file
7 lines
140 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
SERENITY_ROOT=../../
|
|
|
|
mkdir -p $SERENITY_ROOT/Root/usr/include/LibDraw/
|
|
cp *.h $SERENITY_ROOT/Root/usr/include/LibDraw/
|