File: Makefile

package info (click to toggle)
unhide.rb 13-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 100 kB
  • sloc: ruby: 450; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
PREFIX=/usr

all :
	@echo Nothing to do for all, try \"make install\".

install :
	install unhide.rb ${PREFIX}/bin
	install --mode=644 unhide.rb.8 ${PREFIX}/share/man/man8