Initial commit

This commit is contained in:
Tilman Kranz
2022-08-27 02:01:32 +02:00
commit a363cfc3a2
2 changed files with 48 additions and 0 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
NAME=sfind
install:
install -m 755 $(NAME) $(DESTDIR)$(BINDIR)/$(NAME)