From a4f7212753aa7725aa63cb5e7d6847c5ad586ab1 Mon Sep 17 00:00:00 2001 From: 3eef8a28f26fb2bcc514e6f1938929a1f931762 <116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:35:27 -0500 Subject: [PATCH] Debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e44f648..e0af050 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ json.o: 3rdparty/jsoncpp/dist/jsoncpp.cpp 3rdparty/jsoncpp/dist/jsoncpp.cpp: git submodule update --init - find . cd 3rdparty/jsoncpp; ./amalgamate.py + find . %.o: %.cpp %.hpp $(CXX) $(CXXFLAGS) $? -o $@