File: Makefile.am

package info (click to toggle)
xtermcontrol 2.9-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 588 kB
  • ctags: 188
  • sloc: ansic: 2,140; sh: 784; makefile: 86
file content (8 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8

AUTOMAKE_OPTIONS = foreign

SUBDIRS = src doc tests

.PHONY: test
test:
	cd "$(top_builddir)/tests" && $(MAKE) $@;