mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-12 12:57:28 +02:00
update Makefile
This commit is contained in:
parent
bfc631f6a6
commit
52f0c0c33b
21
Makefile
21
Makefile
@ -2,13 +2,30 @@
|
|||||||
.DEFAULT_GOAL := build
|
.DEFAULT_GOAL := build
|
||||||
|
|
||||||
ROOT := github.com/zrepl/zrepl
|
ROOT := github.com/zrepl/zrepl
|
||||||
SUBPKGS := cmd
|
SUBPKGS += client
|
||||||
|
SUBPKGS += config
|
||||||
|
SUBPKGS += daemon
|
||||||
|
SUBPKGS += daemon/connecter
|
||||||
|
SUBPKGS += daemon/filters
|
||||||
|
SUBPKGS += daemon/job
|
||||||
|
SUBPKGS += daemon/logging
|
||||||
|
SUBPKGS += daemon/nethelpers
|
||||||
|
SUBPKGS += daemon/pruner
|
||||||
|
SUBPKGS += daemon/serve
|
||||||
|
SUBPKGS += daemon/snapper
|
||||||
|
SUBPKGS += daemon/streamrpcconfig
|
||||||
|
SUBPKGS += endpoint
|
||||||
|
SUBPKGS += logger
|
||||||
|
SUBPKGS += pruning
|
||||||
SUBPKGS += replication
|
SUBPKGS += replication
|
||||||
SUBPKGS += replication/fsrep
|
SUBPKGS += replication/fsrep
|
||||||
SUBPKGS += replication/pdu
|
SUBPKGS += replication/pdu
|
||||||
SUBPKGS += replication/internal/queue
|
SUBPKGS += replication/internal/queue
|
||||||
SUBPKGS += replication/internal/diff
|
SUBPKGS += replication/internal/diff
|
||||||
SUBPKGS += logger util zfs
|
SUBPKGS += tlsconf
|
||||||
|
SUBPKGS += util
|
||||||
|
SUBPKGS += version
|
||||||
|
SUBPKGS += zfs
|
||||||
|
|
||||||
_TESTPKGS := $(ROOT) $(foreach p,$(SUBPKGS),$(ROOT)/$(p))
|
_TESTPKGS := $(ROOT) $(foreach p,$(SUBPKGS),$(ROOT)/$(p))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user