mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:47:47 +00:00
Libraries: Remove unused "install" targets.
We've been using a per-directory "install.sh" for some time, so let's get rid of the old way of doing things.
This commit is contained in:
parent
38b13f1508
commit
c7ea94697e
7 changed files with 0 additions and 59 deletions
|
@ -11,11 +11,3 @@ tho: $(TEST_OBJS) $(LIBRARY)
|
|||
|
||||
$(LIBRARY): $(LIBHTML_OBJS)
|
||||
@echo "LIB $@"; $(AR) rcs $@ $(LIBHTML_OBJS)
|
||||
|
||||
install: $(LIBRARY)
|
||||
mkdir -p ../../Root/usr/include/LibHTML
|
||||
# Copy headers
|
||||
rsync -r -a --include '*/' --include '*.h' --exclude '*' . ../../Root/usr/include/LibHTML
|
||||
# Install the library
|
||||
cp $(LIBRARY) ../../Root/usr/lib
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue