mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 17:24:57 +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/
|