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