summaryrefslogtreecommitdiffstats
path: root/ml/Makefile.am
blob: 27449d659797e7a644e015cb797095f7b34db33d (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-3.0-or-later

AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

SUBDIRS = \
    kmeans \
    $(NULL)