Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2bcaf389e |
9 changed files with 1 additions and 16 deletions
16
Makefile
16
Makefile
|
|
@ -1,16 +0,0 @@
|
|||
PREFIX ?= /usr/local
|
||||
BINDIR ?= $(PREFIX)/bin
|
||||
SRCDIR ?= .
|
||||
|
||||
SCRIPTS := $(wildcard $(SRCDIR)/*.sh)
|
||||
|
||||
install:
|
||||
@mkdir -p $(BINDIR)
|
||||
for f in $(SCRIPTS); do \
|
||||
install -m 755 "$$f" "$(BINDIR)/$$(basename $$f .sh)"; \
|
||||
done
|
||||
|
||||
uninstall:
|
||||
for f in $(SCRIPTS); do \
|
||||
rm -f "$(BINDIR)/$$(basename $$f .sh)"; \
|
||||
done
|
||||
1
README.md
Normal file
1
README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Thing
|
||||
Loading…
Add table
Add a link
Reference in a new issue