File: Makefile.am

package info (click to toggle)
mach 0.9.0.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,004 kB
  • ctags: 43
  • sloc: sh: 8,736; ansic: 294; makefile: 69
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 $^