File: make-load

package info (click to toggle)
rblsmtpd 0.70-1
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 508 kB
  • ctags: 274
  • sloc: ansic: 1,963; sh: 434; makefile: 358
file content (6 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
CC='cc -O2'
LD='cc -s'
echo 'main="$1"; shift'
echo exec "$LD" '-o "$main" "$main".o ${1+"$@"}'