File: Makefile.am

package info (click to toggle)
btfs 3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: cpp: 979; python: 72; makefile: 24; sh: 7
file content (7 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src scripts man
EXTRA_DIST = LICENSE README.md

# Alias test target to make Travis CI happy
.PHONY: test
test: check