mirror of
https://github.com/tildeclub/welcome.git
synced 2026-01-24 17:30:18 +00:00
8 lines
139 B
Makefile
8 lines
139 B
Makefile
PREFIX ?= /usr/local
|
|
|
|
install:
|
|
$(info installing welcome to $(PREFIX))
|
|
@install -m 755 welcome.rb $(PREFIX)/bin/welcome
|
|
|
|
.PHONY: install
|