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