mirror of
https://github.com/tildeclub/motd.git
synced 2026-01-24 11:10:18 +00:00
8 lines
117 B
Makefile
8 lines
117 B
Makefile
PREFIX ?= /etc
|
|
|
|
install:
|
|
$(info installing motd to $(PREFIX))
|
|
@install -m 644 motd $(PREFIX)/motd
|
|
|
|
.PHONY: install
|