This website requires JavaScript.
Explore
Help
Sign In
dan
/
liminix
Watch
1
Star
0
Fork
5
You've already forked liminix
Code
main
liminix
/
pkgs
/
logshipper
/
Makefile
6 lines
91 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
rename logtee->logtap
2024-09-18 19:58:02 +00:00
TARGETS
=
logtap
logshipper/logtee :copy stdin to stdout & to a unix socket if present first draft
2024-09-15 18:33:21 +00:00
default
:
$(
TARGETS
)
install
:
$(
TARGETS
)
rename logtee->logtap
2024-09-18 19:58:02 +00:00
install -Dt
$(
PREFIX
)
/bin/ logtap
Copy Permalink