debugmake 87 B

1234
  1. #!/bin/sh
  2. set -x
  3. make XCFLAGS='-g -O0' LDFLAGS=-g LIBS='-lefence -L../lib -ldpkg' "$@"