From 030e307c099f15445e15268fc854a1a2a19ae1a9 Mon Sep 17 00:00:00 2001 From: Yang Hau Date: Mon, 4 Mar 2024 19:49:14 +0900 Subject: [PATCH] wip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c603f56a..f30ee1f6 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ OBJS = \ # tests/common.o \ # tests/impl.o \ # tests/main.o - tests/test.o + tests/test.o deps := $(OBJS:%.o=%.o.d) .SUFFIXES: .o .cpp