File: build

package info (click to toggle)
ebook-tools 0.2.2-4
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 488 kB
  • ctags: 372
  • sloc: ansic: 2,953; sh: 63; makefile: 8
file content (7 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -e

SRCDIR=$(dirname $(realpath $0))
cd $ADTTMP
gcc -Wall -Werror -pedantic -std=c90 -o test-libepub $SRCDIR/test-libepub.c -lepub
./test-libepub "$SRCDIR/wasteland-20120118.epub"