debugmake 82 B

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