summaryrefslogtreecommitdiff
path: root/run/alignomatic
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 21:50:23 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 21:50:23 +0100
commitc78ab3cbeb072f0efa2824cb39bfad5e76d53874 (patch)
treea4377f7117e61fe378370fa1dcf6695723e034d0 /run/alignomatic
parent944cee945a1f923614783471d472db0896f6877a (diff)
Remove some old run/ scripts. Make server test build again.
Diffstat (limited to 'run/alignomatic')
-rwxr-xr-xrun/alignomatic10
1 files changed, 0 insertions, 10 deletions
diff --git a/run/alignomatic b/run/alignomatic
deleted file mode 100755
index 9cc8c2245..000000000
--- a/run/alignomatic
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-export LD_LIBRARY_PATH=build/src/lib:build/src/gtk:$LD_LIBRARY_PATH
-if [ "$1" == "--debug" ]; then
- gdb --args build/src/tools/alignomatic $2
-elif [ "$1" == "--valgrind" ]; then
- valgrind --tool="memcheck" build/src/tools/alignomatic $2
-else
- build/src/tools/alignomatic "$1"
-fi