aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19691c7..f69b526 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,8 @@ CFLAGS=-W -Wall -Wextra -Werror -pedantic -std=c11 -O2
OBJS=src/km-set.o src/km-draw.o src/km-load.o src/km-find.o \
src/km-rand.o src/km-solve.o src/km-init-rand.o src/main.o \
src/km-init-forgy.o src/km-init-kmeans.o src/km-init.o \
- src/km-rand-libc.o src/km-rand-path.o src/km-rand-erand48.o
+ src/km-rand-libc.o src/km-rand-path.o src/km-rand-erand48.o \
+ src/km-set-print.o
LIBS=-lm
.PHONY=all clean