mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.
7 lines
128 B
Bash
Executable File
7 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/
|