File: Makefile

package info (click to toggle)
tess 0.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 384 kB
  • ctags: 50
  • sloc: sh: 2,837; makefile: 168
file content (10 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10

SHELL = /bin/sh

# Issue make -e VERBOSE=-v for verbose output
test:
	../tessrun -l $(VERBOSE) > test.out
	diff test.ref test.out

clean:
	-$(RM) -f *~ \#* *.o test.out