1
Fork 0
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:
Andreas Kling 2019-05-08 15:50:24 +02:00
parent 758e926b99
commit 81a280da87
3 changed files with 31 additions and 15 deletions

View file

@ -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