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