Tomb/Makefile
2013-05-25 16:39:42 +02:00

11 lines
278 B
Makefile

PREFIX ?= /usr/local
all:
@echo "Tomb is a script and does not need compilation, it can be simply executed."
@echo "To install it in /usr/local together with its manpage use 'make install'."
install:
install tomb $(PREFIX)/bin
install doc/tomb.1 $(PREFIX)/share/man/man1