From 287a36b31a5f091a70521473bd629ea6f7cca710 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 21 Dec 2021 12:15:36 +0100 Subject: [PATCH] replaced Makefile with latest version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22f5397..3eaa6f5 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ ifeq ($(UNAME_S),Linux) $(CXX) -g -shared -Wl,-soname,$(SONAME) -o $(OUTDIR)$(REALNAME) $(LDFLAGS) $(LDLIBS) $(addprefix $(BUILDDIR),$(OBJS)) endif -%.o: %.cpp %.d Makefile +%.o: %.cpp %.d $(CXX) $(CXXFLAGS) -MMD -MP -MT $@ -MF $*.d -c $< @mv $@ $*.d $(BUILDDIR)