summaryrefslogtreecommitdiff
path: root/Libraries/LibDraw
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibDraw')
-rw-r--r--Libraries/LibDraw/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Libraries/LibDraw/Makefile b/Libraries/LibDraw/Makefile
index ff2839f0b8..c1330120f5 100644
--- a/Libraries/LibDraw/Makefile
+++ b/Libraries/LibDraw/Makefile
@@ -26,10 +26,3 @@ $(LIBRARY): $(OBJS)
clean:
@echo "CLEAN"; rm -f $(LIBRARY) $(OBJS) *.d
-
-install: $(LIBRARY)
- mkdir -p ../../Root/usr/include/LibGfx
- # Copy headers
- rsync -r -a --include '*/' --include '*.h' --exclude '*' . ../../Root/usr/include/LibGfx
- # Install the library
- cp $(LIBRARY) ../../Root/usr/lib