debugmake 97 B

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