mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 10:35:07 +00:00

Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.
6 lines
128 B
Bash
Executable file
6 lines
128 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir -p ../Root/usr/include/sys/
|
|
mkdir -p ../Root/usr/lib/
|
|
cp *.h ../Root/usr/include/
|
|
cp libm.a ../Root/usr/lib/
|