added /etc/editors file

This commit is contained in:
2021-12-13 05:26:04 +00:00
parent 7e7ab3aaa1
commit 98048cbace
2 changed files with 8 additions and 0 deletions

View File

@@ -3,5 +3,6 @@ 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