diff options
Diffstat (limited to 'proto/aggregator/Makefile')
-rw-r--r-- | proto/aggregator/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/aggregator/Makefile b/proto/aggregator/Makefile new file mode 100644 index 00000000..d1dae8dd --- /dev/null +++ b/proto/aggregator/Makefile @@ -0,0 +1,6 @@ +src := aggregator.c +obj := $(src-o-files) +$(all-daemon) +$(cf-local) + +tests_objs := $(tests_objs) $(src-o-files) |