nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

default.obj.do (135B)


      1 #!/bin/sh -x
      2 env
      3 redo-ifchange "${2}.c" "${2}.h"
      4 redo-ifcreate "${2}.c" "${2}.h"
      5 ${CC:-cc} ${CFLAGS} ${INCLUDES} -c -o "${3}" "${2}.c"