File: Makefile

package info (click to toggle)
shanty 3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 76 kB
  • ctags: 4
  • sloc: perl: 366; makefile: 42; sh: 19
file content (7 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
BIN_DIR=/usr/local/bin

all:
	@echo "Nothing to build, use "make install"

install:
	install -m 0755 shanty "${BIN_DIR}"