mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 05:41:01 +00:00
6 lines
114 B
Bash
6 lines
114 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
mkdir -p ../Root/usr/include/LibGUI/
|
||
|
|
cp *.h ../Root/usr/include/LibGUI/
|
||
|
|
cp libgui.a ../Root/usr/lib/
|