summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-09 23:16:17 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-09 23:16:17 +0000
commita11814589084bb8afbb150177159039f396508a8 (patch)
tree5e89b28b65c81b2e25625b74bdc5674fab8a11a1
parent0fccefa9c8f3299917f72f9afc37f8fc64c08f00 (diff)
Add compile script
-rwxr-xr-xcompile2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile b/compile
new file mode 100755
index 00000000..22442a82
--- /dev/null
+++ b/compile
@@ -0,0 +1,2 @@
+#! /bin/sh
+./configure --enable-maintainer-mode && make && sudo make install