File: Makefile.am

package info (click to toggle)
mach 0.9.1-3.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,020 kB
  • sloc: sh: 8,653; ansic: 301; makefile: 73
file content (8 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
bin_SCRIPTS = mach

EXTRA_DIST = $(bin_SCRIPTS)

all: all-am chmod

chmod: $(bin_SCRIPTS)
	chmod +x $^