Compare commits

..

1 commit

Author SHA1 Message Date
Zhongheng Liu
f2bcaf389e thing 2026-05-18 12:37:25 +02:00
9 changed files with 1 additions and 16 deletions

View file

@ -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
View file

@ -0,0 +1 @@
Thing