debugmake 90 B

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