mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:58:11 +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/
|