mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-01 00:38:48 +00:00
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.
5 lines
114 B
Bash
Executable file
5 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir -p ../Root/usr/include/LibGUI/
|
|
cp *.h ../Root/usr/include/LibGUI/
|
|
cp libgui.a ../Root/usr/lib/
|