summaryrefslogtreecommitdiff
path: root/main/debugmake
diff options
context:
space:
mode:
Diffstat (limited to 'main/debugmake')
-rwxr-xr-xmain/debugmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/debugmake b/main/debugmake
new file mode 100755
index 000000000..7c142c58d
--- /dev/null
+++ b/main/debugmake
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -x
+make XCFLAGS=-g LDFLAGS=-g 'LIBS= -lefence -L../lib -ldpkg' "$@"