summaryrefslogtreecommitdiff
path: root/dxo-wip-make
diff options
context:
space:
mode:
Diffstat (limited to 'dxo-wip-make')
-rwxr-xr-xdxo-wip-make6
1 files changed, 6 insertions, 0 deletions
diff --git a/dxo-wip-make b/dxo-wip-make
new file mode 100755
index 0000000..6b11a16
--- /dev/null
+++ b/dxo-wip-make
@@ -0,0 +1,6 @@
+#!/bin/bash
+#
+# Compiles the current project, makes a Work-in-Progress commit and upload
+# to deadlights
+
+make -j10 install && git commit -a -m "WIP" && cd ${DXO_PATH} && make deadlights