mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
6 lines
115 B
Bash
6 lines
115 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mkdir -p ../Root/usr/include/LibCore/
|
||
|
cp *.h ../Root/usr/include/LibCore/
|
||
|
cp libcore.a ../Root/usr/lib/
|