mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
Toolchain: Make sure everything ends up in the right place in Root/
This commit is contained in:
parent
758e926b99
commit
81a280da87
3 changed files with 31 additions and 15 deletions
|
@ -23,6 +23,6 @@ clean:
|
|||
|
||||
install: $(LIBRARY)
|
||||
# Copy headers
|
||||
rsync -a --include '*/' --include '*.h' --exclude '*' . ../Base/usr/include
|
||||
rsync -a --include '*/' --include '*.h' --exclude '*' . ../Root/usr/include
|
||||
# Install the library
|
||||
cp $(LIBRARY) ../Base/usr/lib
|
||||
cp $(LIBRARY) ../Root/usr/lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue