mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00: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/
|