File: Makefile.am

package info (click to toggle)
dots 0.0.20100108-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 228 kB
  • ctags: 46
  • sloc: xml: 783; python: 488; makefile: 25; sh: 4
file content (6 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
bin_SCRIPTS = dots

CLEANFILES = $(bin_SCRIPTS)

all: $(bin_SCRIPTS)
	@chmod +x $(bin_SCRIPTS)