From 72077e483ad0fbbeb9f402e6245827d5927e03a0 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 30 Sep 2024 14:09:06 +0200 Subject: [PATCH] Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f15b614..95bf11d 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ $(OUTDIR)$(BIN): $(OBJS) $(CXX) $(CXXFLAGS) -MMD -MP -MT $@ -MF $*.d -c $< @mv $@ $*.d $(BUILDDIR) --include $(addprefic $(BUILDDIR), $(DEPS)) +-include $(addprefix $(BUILDDIR), $(DEPS)) test: $(MAKE) -C tests && tests/tests