File: Makefile.am

package info (click to toggle)
btfs 2.24-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 180 kB
  • sloc: cpp: 969; python: 72; makefile: 24; sh: 7
file content (7 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (2)
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