File: Makefile

package info (click to toggle)
tess 0.3.0-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 484 kB
  • sloc: sh: 2,841; makefile: 179
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