Skip to content

Commit 02fd180

Browse files
committed
fixup! kmeans: Enable for external C build
1 parent 1169633 commit 02fd180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emlearn_kmeans/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DIST_DIR := ../../dist/$(ARCH)_$(MPY_ABI_VERSION)
1313
MOD = emlearn_kmeans
1414

1515
# Source files (.c or .py)
16-
SRC = kmeans.c kmeans.py
16+
SRC = kmeans.c emlearn_kmeans.py
1717

1818
# enable linking of libm etc
1919
LINK_RUNTIME=1

0 commit comments

Comments
 (0)