File: Makefile.am

package info (click to toggle)
xtermcontrol 3.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 596 kB
  • ctags: 214
  • sloc: ansic: 2,354; sh: 996; makefile: 84
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) $@;