aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--km-set.c (renamed from km.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ddfbc0..61e8f9e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP=km-test
CFLAGS=-W -Wall -Wextra -pedantic -std=c11 -O2
-OBJS=km.o km-draw.o km-load.o km-find.o km-rand-src.o km-solve.o main.o
+OBJS=km-set.o km-draw.o km-load.o km-find.o km-rand-src.o km-solve.o main.o
LIBS=-lm
.PHONY=all clean
diff --git a/km.c b/km-set.c
index 5b9ae4c..5b9ae4c 100644
--- a/km.c
+++ b/km-set.c