summaryrefslogtreecommitdiff
path: root/LibGUI/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'LibGUI/install.sh')
-rwxr-xr-xLibGUI/install.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/LibGUI/install.sh b/LibGUI/install.sh
new file mode 100755
index 0000000000..e3cf91fcd7
--- /dev/null
+++ b/LibGUI/install.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+mkdir -p ../Root/usr/include/LibGUI/
+cp *.h ../Root/usr/include/LibGUI/
+cp libgui.a ../Root/usr/lib/