Initial commit
This commit is contained in:
commit
a363cfc3a2
2 changed files with 48 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
PREFIX=/usr/local
|
||||
BINDIR=$(PREFIX)/bin
|
||||
NAME=sfind
|
||||
|
||||
install:
|
||||
install -m 755 $(NAME) $(DESTDIR)$(BINDIR)/$(NAME)
|
Loading…
Add table
Add a link
Reference in a new issue