diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-07-02 18:54:34 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-07-02 18:54:34 +0000 |
commit | 8b435b76d68dd8f11808f0cff4d8998d2be48f4c (patch) | |
tree | 501e5a0047f48fc082b3ed505022a59919c9e716 /package/targets.mak | |
parent | 9879f5bf1c7bac2f0ae2e230694c9a86b1b567b0 (diff) | |
download | shibari-8b435b76d68dd8f11808f0cff4d8998d2be48f4c.tar.xz |
Prepare for 0.0.2.0; add shibari-cache-config
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/targets.mak b/package/targets.mak index 0f2d479..a5a43cc 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -1,6 +1,7 @@ BIN_TARGETS := \ shibari-server-tcp \ -shibari-server-udp +shibari-server-udp \ +shibari-cache-config LIBEXEC_TARGETS := |