update welcome.rb

This commit is contained in:
2020-04-15 14:08:43 -06:00
parent 2d73fb6ca7
commit 0f9c4f2cac
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,6 @@ PREFIX ?= /usr/local
install:
$(info installing welcome to $(PREFIX))
@install -m 755 welcome.rb $(PREFIX)/bin/welcome
@install -m 755 welcome.rb $(PREFIX)/bin/firstlogin
.PHONY: install