File: compiledefault

package info (click to toggle)
libmceliece 0~20250507-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,040 kB
  • sloc: asm: 32,164; ansic: 31,537; python: 4,460; sh: 279; makefile: 40
file content (10 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

dir="$1"; shift
base="$1"; shift
ext="$1"; shift

scripts/cdcompile "$dir" \
  -fvisibility=hidden \
  "$@" \
  -c "$base.$ext"