mirror of
https://github.com/netdata/netdata.git
synced 2021-06-06 23:03:21 +03:00
10 lines
175 B
Makefile
10 lines
175 B
Makefile
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
|
|
|
dist_noinst_DATA = \
|
|
README.md \
|
|
$(NULL)
|
|
|