mirror of
https://github.com/tildeclub/welcome.git
synced 2026-01-23 17:10:19 +00:00
9 lines
180 B
Makefile
9 lines
180 B
Makefile
PREFIX ?= /usr/local
|
|
|
|
install:
|
|
$(info installing welcome to $(PREFIX))
|
|
@install -m 755 welcome.rb $(PREFIX)/bin/firstlogin
|
|
@install -m 644 editors /etc/editors
|
|
|
|
.PHONY: install
|