From 23ed8563c6e098a46f460dfad5461e8116b84f07 Mon Sep 17 00:00:00 2001 From: Yang Hau Date: Mon, 4 Mar 2024 19:47:01 +0900 Subject: [PATCH] wip --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 7ee7e3ff..c603f56a 100644 --- a/Makefile +++ b/Makefile @@ -60,11 +60,11 @@ endif CXXFLAGS += -Wall -Wcast-qual -I. $(ARCH_CFLAGS) -std=gnu++14 LDFLAGS += -lm OBJS = \ - tests/binding.o \ - tests/common.o \ - tests/impl.o \ - tests/test.o \ - tests/main.o + # tests/binding.o \ + # tests/common.o \ + # tests/impl.o \ + # tests/main.o + tests/test.o deps := $(OBJS:%.o=%.o.d) .SUFFIXES: .o .cpp