Files
liminix/pkgs/logtap/Makefile
Daniel Barlow a343e63231 rename logshipper -> logtap
- it matches the executable name
- it doesn't ship anything anyway, it's just plumbing
2025-10-08 20:10:11 +01:00

6 lines
91 B
Makefile

TARGETS=logtap
default: $(TARGETS)
install: $(TARGETS)
install -Dt $(PREFIX)/bin/ logtap